Home
last modified time | relevance | path

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.c117 struct ntfs_device *ntfs_device_alloc(const char *name, const long state, in ntfs_device_alloc() function
H A Dvolume.c1422 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 Dmkntfs.c3165 vol->dev = ntfs_device_alloc(opts.dev_name, 0, &ntfs_device_default_io_ops, NULL); in mkntfs_open_partition()