Searched refs:ntfs_device_alloc (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h118 extern struct ntfs_device *ntfs_device_alloc(const char *name, const long state,
H A Ddevice.c102 * ntfs_device_alloc - allocate an ntfs device structure and pre-initialize it
117 struct ntfs_device *ntfs_device_alloc(const char *name, const long state, function
H A Dvolume.c1422 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c3165 vol->dev = ntfs_device_alloc(opts.dev_name, 0, &ntfs_device_default_io_ops, NULL);

Completed in 55 milliseconds