Searched refs:utils_mount_volume (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h58 ntfs_volume * utils_mount_volume(const char *device, unsigned long flags);
H A Dutils.c257 * utils_mount_volume - Mount an NTFS volume
259 ntfs_volume * utils_mount_volume(const char *device, unsigned long flags) function
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp101 ntVolume = utils_mount_volume(path, NTFS_MNT_RDONLY | NTFS_MNT_RECOVER);
173 volume->ntfs = utils_mount_volume(device, ntfsFlags);

Completed in 50 milliseconds