Home
last modified time | relevance | path

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

/third_party/ntfs-3g/src/
H A Dntfs-3g.probe.c73 vol = ntfs_mount(device, flags); in ntfs_open()
H A Dntfs-3g.c4040 ctx->vol = ntfs_mount(device, flags); in ntfs_open()
H A Dlowntfs-3g.c4327 ctx->vol = vol = ntfs_mount(device, flags);
/third_party/ntfs-3g/include/ntfs-3g/
H A Dvolume.h58 * 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 Dntfsmftalloc.c318 vol = ntfs_mount(dev_name, ul); in main()
H A Dntfstruncate.c719 * volume itself, at ntfs_mount() time. in main()
746 vol = ntfs_mount(dev_name, ul); in main()
H A Dntfsfix.c1637 vol = ntfs_mount(opt.volume, flags); in main()
1649 vol = ntfs_mount(opt.volume, 0); in main()
H A Dntfsfallocate.c857 vol = ntfs_mount(dev_name, ul); in main()
H A Dntfsdump_logfile.c203 vol = ntfs_mount(filename, NTFS_MNT_RDONLY); in logfile_open()
H A Dutils.c284 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 Dntfsclone.c2178 if (!(vol = ntfs_mount(opt.volume, new_mntflag))) {
2201 vol = ntfs_mount(opt.volume,
2205 vol = ntfs_mount(opt.volume,
H A Dntfscmp.c972 vol = ntfs_mount(volume, NTFS_MNT_RDONLY); in mount_volume()
H A Dntfsresize.c2888 if (!(myvol = ntfs_mount(opt.volume, opt.ro_flag | NTFS_MNT_FORENSIC))) in check_volume()
H A Dntfsrecover.c3303 ctx->vol = ntfs_mount(device_name, in open_volume()
/third_party/ntfs-3g/libntfs-3g/
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)), 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 Dsecurity.c5345 vol = ntfs_mount(device, flags); in ntfs_initialize_file_security()

Completed in 39 milliseconds