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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h58 * Flags for the ntfs_mount() function.
301 extern ntfs_volume *ntfs_mount(const char *name, ntfs_mount_flags flags);
H A Dvolume.c733 * @vol: An ntfs volume obtained from ntfs_mount
1340 * Not set in ntfs_mount() to avoid breaking existing tools.
1390 * ntfs_mount - open ntfs volume
1414 ntfs_volume *ntfs_mount(const char *name __attribute__((unused)), function
1436 * ntfs_mount() makes no sense if NO_NTFS_DEVICE_DEFAULT_IO_OPS is
1461 * @vol must have previously been returned by a call to ntfs_mount().
H A Dsecurity.c5359 vol = ntfs_mount(device, flags);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c286 vol = ntfs_mount(device, flags);
717 * @vol: An ntfs volume obtained from ntfs_mount
783 * @vol: An ntfs volume obtained from ntfs_mount

Completed in 115 milliseconds