Searched refs:ntfs_device_alloc (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | device.h | 118 extern struct ntfs_device *ntfs_device_alloc(const char *name, const long state,
|
H A D | device.c | 117 struct ntfs_device *ntfs_device_alloc(const char *name, const long state, in ntfs_device_alloc() function
|
H A D | volume.c | 1422 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL); in ntfs_mount()
|
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/ |
H A D | mkntfs.c | 3165 vol->dev = ntfs_device_alloc(opts.dev_name, 0, &ntfs_device_default_io_ops, NULL); in mkntfs_open_partition()
|