Searched refs:ntfs_device_mount (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dvolume.h235 extern ntfs_volume *ntfs_device_mount(struct ntfs_device *dev,
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c858 * ntfs_device_mount - open ntfs volume
886 ntfs_volume *ntfs_device_mount(struct ntfs_device *dev, ntfs_mount_flags flags) function
1302 * @flags is an optional second parameter. See ntfs_device_mount comment for
1328 /* Call ntfs_device_mount() to do the actual mount. */
1329 vol = ntfs_device_mount(dev, flags);
1366 * @vol must have previously been returned by a call to ntfs_device_mount().

Completed in 23 milliseconds