Searched refs:ntfs_mount (Results 1 - 16 of 16) sorted by relevance
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.probe.c | 73 vol = ntfs_mount(device, flags); in ntfs_open()
|
H A D | ntfs-3g.c | 4040 ctx->vol = ntfs_mount(device, flags); in ntfs_open()
|
H A D | lowntfs-3g.c | 4327 ctx->vol = vol = ntfs_mount(device, flags);
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | volume.h | 58 * Flags for the ntfs_mount() function. 301 extern ntfs_volume *ntfs_mount(const char *name, ntfs_mount_flags flags);
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsmftalloc.c | 318 vol = ntfs_mount(dev_name, ul); in main()
|
H A D | ntfstruncate.c | 719 * volume itself, at ntfs_mount() time. in main() 746 vol = ntfs_mount(dev_name, ul); in main()
|
H A D | ntfsfix.c | 1637 vol = ntfs_mount(opt.volume, flags); in main() 1649 vol = ntfs_mount(opt.volume, 0); in main()
|
H A D | ntfsfallocate.c | 857 vol = ntfs_mount(dev_name, ul); in main()
|
H A D | ntfsdump_logfile.c | 203 vol = ntfs_mount(filename, NTFS_MNT_RDONLY); in logfile_open()
|
H A D | utils.c | 284 vol = ntfs_mount(device, flags); in utils_mount_volume() 709 * @vol: An ntfs volume obtained from ntfs_mount 775 * @vol: An ntfs volume obtained from ntfs_mount
|
H A D | ntfsclone.c | 2178 if (!(vol = ntfs_mount(opt.volume, new_mntflag))) { 2201 vol = ntfs_mount(opt.volume, 2205 vol = ntfs_mount(opt.volume,
|
H A D | ntfscmp.c | 972 vol = ntfs_mount(volume, NTFS_MNT_RDONLY); in mount_volume()
|
H A D | ntfsresize.c | 2888 if (!(myvol = ntfs_mount(opt.volume, opt.ro_flag | NTFS_MNT_FORENSIC))) in check_volume()
|
H A D | ntfsrecover.c | 3303 ctx->vol = ntfs_mount(device_name, in open_volume()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | volume.c | 733 * @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)), in ntfs_mount() function 1436 * ntfs_mount() makes no sense if NO_NTFS_DEVICE_DEFAULT_IO_OPS is in ntfs_mount() 1461 * @vol must have previously been returned by a call to ntfs_mount().
|
H A D | security.c | 5345 vol = ntfs_mount(device, flags); in ntfs_initialize_file_security()
|
Completed in 39 milliseconds