Searched refs:ntfs_check_if_mounted (Results 1 – 15 of 15) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsmftalloc.c | 302 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
|
D | ntfslabel.c | 429 && !ntfs_check_if_mounted(opts.device, &mnt_flags) in main()
|
D | ntfstruncate.c | 729 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
|
D | ntfsfallocate.c | 837 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
|
D | utils.c | 231 if (ntfs_check_if_mounted(name, &mnt_flags)) { in utils_valid_device()
|
D | ntfscmp.c | 960 if (ntfs_check_if_mounted(volume, &mntflag)) { in mount_volume()
|
D | ntfsfix.c | 1624 if (!ntfs_check_if_mounted(opt.volume, &mnt_flags)) { in main()
|
D | ntfsclone.c | 2154 if (ntfs_check_if_mounted(device, &mntflag))
|
D | ntfsresize.c | 2930 if (ntfs_check_if_mounted(opt.volume, &mntflag)) { in mount_volume()
|
D | mkntfs.c | 3532 if (ntfs_check_if_mounted(vol->dev->d_name, &mnt_flags)) { in mkntfs_open_partition()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | volume.h | 83 extern int ntfs_check_if_mounted(const char *file, unsigned long *mnt_flags);
|
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 1622 int ntfs_check_if_mounted(const char *file __attribute__((unused)), in ntfs_check_if_mounted() function
|
D | security.c | 5343 mnt = ntfs_check_if_mounted(device, &mntflag); in ntfs_initialize_file_security()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 4379 if (!ntfs_check_if_mounted(opts.device,&existing_mount) in main()
|
D | lowntfs-3g.c | 4651 if (!ntfs_check_if_mounted(opts.device,&existing_mount)
|