Searched refs:ntfs_check_if_mounted (Results 1 - 15 of 15) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | volume.h | 75 * Flags returned by the ntfs_check_if_mounted() function. 83 extern int ntfs_check_if_mounted(const char *file, unsigned long *mnt_flags);
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsmftalloc.c | 302 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
|
H A D | ntfslabel.c | 429 && !ntfs_check_if_mounted(opts.device, &mnt_flags) in main()
|
H A D | ntfstruncate.c | 729 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
|
H A D | ntfsfallocate.c | 837 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
|
H A D | utils.c | 231 if (ntfs_check_if_mounted(name, &mnt_flags)) { in utils_valid_device()
|
H A D | ntfscmp.c | 960 if (ntfs_check_if_mounted(volume, &mntflag)) { in mount_volume()
|
H A D | ntfsfix.c | 1624 if (!ntfs_check_if_mounted(opt.volume, &mnt_flags)) { in main()
|
H A D | ntfsclone.c | 2154 if (ntfs_check_if_mounted(device, &mntflag))
|
H A D | ntfsresize.c | 2930 if (ntfs_check_if_mounted(opt.volume, &mntflag)) { in mount_volume()
|
H A D | mkntfs.c | 3532 if (ntfs_check_if_mounted(vol->dev->d_name, &mnt_flags)) { in mkntfs_open_partition()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | volume.c | 1488 * ntfs_check_if_mounted(), you just didn't realize. (-: 1490 * See description of ntfs_check_if_mounted(), below. 1598 * ntfs_check_if_mounted - check if an ntfs volume is currently mounted 1605 * When the system does support the calls, ntfs_check_if_mounted() first tries 1622 int ntfs_check_if_mounted(const char *file __attribute__((unused)), in ntfs_check_if_mounted() function
|
H A D | security.c | 5343 mnt = ntfs_check_if_mounted(device, &mntflag); in ntfs_initialize_file_security()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 4384 if (!ntfs_check_if_mounted(opts.device,&existing_mount) in main()
|
H A D | lowntfs-3g.c | 4651 if (!ntfs_check_if_mounted(opts.device,&existing_mount)
|
Completed in 46 milliseconds