Searched refs:ntfs_mount (Results 1 – 16 of 16) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g.probe.c | 73 vol = ntfs_mount(device, flags); in ntfs_open()
|
D | ntfs-3g.c | 4039 ctx->vol = ntfs_mount(device, flags); in ntfs_open()
|
D | lowntfs-3g.c | 4327 ctx->vol = vol = ntfs_mount(device, flags);
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsmftalloc.c | 318 vol = ntfs_mount(dev_name, ul); in main()
|
D | ntfsfix.c | 1637 vol = ntfs_mount(opt.volume, flags); in main() 1649 vol = ntfs_mount(opt.volume, 0); in main()
|
D | ntfstruncate.c | 746 vol = ntfs_mount(dev_name, ul); in main()
|
D | ntfsdump_logfile.c | 203 vol = ntfs_mount(filename, NTFS_MNT_RDONLY); in logfile_open()
|
D | ntfsfallocate.c | 857 vol = ntfs_mount(dev_name, ul); in main()
|
D | ntfsclone.c | 2178 if (!(vol = ntfs_mount(opt.volume, new_mntflag))) { 2201 vol = ntfs_mount(opt.volume, 2205 vol = ntfs_mount(opt.volume,
|
D | utils.c | 284 vol = ntfs_mount(device, flags); in utils_mount_volume()
|
D | ntfscmp.c | 972 vol = ntfs_mount(volume, NTFS_MNT_RDONLY); in mount_volume()
|
D | ntfsresize.c | 2888 if (!(myvol = ntfs_mount(opt.volume, opt.ro_flag | NTFS_MNT_FORENSIC))) in check_volume()
|
D | ntfsrecover.c | 3303 ctx->vol = ntfs_mount(device_name, in open_volume()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | volume.h | 301 extern ntfs_volume *ntfs_mount(const char *name, ntfs_mount_flags flags);
|
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 1414 ntfs_volume *ntfs_mount(const char *name __attribute__((unused)), in ntfs_mount() function
|
D | security.c | 5345 vol = ntfs_mount(device, flags); in ntfs_initialize_file_security()
|