Home
last modified time | relevance | path

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

/third_party/ntfs-3g/src/
Dntfs-3g.probe.c73 vol = ntfs_mount(device, flags); in ntfs_open()
Dntfs-3g.c4039 ctx->vol = ntfs_mount(device, flags); in ntfs_open()
Dlowntfs-3g.c4327 ctx->vol = vol = ntfs_mount(device, flags);
/third_party/ntfs-3g/ntfsprogs/
Dntfsmftalloc.c318 vol = ntfs_mount(dev_name, ul); in main()
Dntfsfix.c1637 vol = ntfs_mount(opt.volume, flags); in main()
1649 vol = ntfs_mount(opt.volume, 0); in main()
Dntfstruncate.c746 vol = ntfs_mount(dev_name, ul); in main()
Dntfsdump_logfile.c203 vol = ntfs_mount(filename, NTFS_MNT_RDONLY); in logfile_open()
Dntfsfallocate.c857 vol = ntfs_mount(dev_name, ul); in main()
Dntfsclone.c2178 if (!(vol = ntfs_mount(opt.volume, new_mntflag))) {
2201 vol = ntfs_mount(opt.volume,
2205 vol = ntfs_mount(opt.volume,
Dutils.c284 vol = ntfs_mount(device, flags); in utils_mount_volume()
Dntfscmp.c972 vol = ntfs_mount(volume, NTFS_MNT_RDONLY); in mount_volume()
Dntfsresize.c2888 if (!(myvol = ntfs_mount(opt.volume, opt.ro_flag | NTFS_MNT_FORENSIC))) in check_volume()
Dntfsrecover.c3303 ctx->vol = ntfs_mount(device_name, in open_volume()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h301 extern ntfs_volume *ntfs_mount(const char *name, ntfs_mount_flags flags);
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1414 ntfs_volume *ntfs_mount(const char *name __attribute__((unused)), in ntfs_mount() function
Dsecurity.c5345 vol = ntfs_mount(device, flags); in ntfs_initialize_file_security()