Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
H A Dvolume.h298 extern ntfs_volume *ntfs_device_mount(struct ntfs_device *dev,
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsck.c847 /* ntfs_device_mount() expects the device to be closed. */ in main()
853 /* Call ntfs_device_mount() to do the actual mount. */ in main()
854 vol = ntfs_device_mount(dev, NTFS_MNT_RDONLY); in main()
/third_party/ntfs-3g/libntfs-3g/
H A Dvolume.c917 * ntfs_device_mount - open ntfs volume
938 ntfs_volume *ntfs_device_mount(struct ntfs_device *dev, ntfs_mount_flags flags) in ntfs_device_mount() function
1425 /* Call ntfs_device_mount() to do the actual mount. */ in ntfs_mount()
1426 vol = ntfs_device_mount(dev, flags); in ntfs_mount()

Completed in 5 milliseconds