Searched refs:utils_mount_volume (Results 1 – 12 of 12) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | utils.h | 58 ntfs_volume * utils_mount_volume(const char *device, unsigned long flags);
|
D | ntfscat.c | 418 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
|
D | ntfslabel.c | 439 vol = utils_mount_volume(opts.device, in main()
|
D | ntfsls.c | 653 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
|
D | ntfscluster.c | 501 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
|
D | ntfsmove.c | 886 vol = utils_mount_volume(opts.device, flags); in main()
|
D | utils.c | 257 ntfs_volume * utils_mount_volume(const char *device, unsigned long flags) in utils_mount_volume() function
|
D | ntfscp.c | 880 vol = utils_mount_volume(opts.device, flags); in main()
|
D | ntfsdecrypt.c | 1590 vol = utils_mount_volume(opts.device, in main()
|
D | ntfswipe.c | 2173 vol = utils_mount_volume(opts.device, flags); in main()
|
D | ntfsundelete.c | 2495 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
|
D | ntfsinfo.c | 2467 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
|