Home
last modified time | relevance | path

Searched refs:ntfs_check_if_mounted (Results 1 - 15 of 15) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
H A Dvolume.h75 * 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 Dntfsmftalloc.c302 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
H A Dntfslabel.c429 && !ntfs_check_if_mounted(opts.device, &mnt_flags) in main()
H A Dntfstruncate.c729 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
H A Dntfsfallocate.c837 if (ntfs_check_if_mounted(dev_name, &mnt_flags)) in main()
H A Dutils.c231 if (ntfs_check_if_mounted(name, &mnt_flags)) { in utils_valid_device()
H A Dntfscmp.c960 if (ntfs_check_if_mounted(volume, &mntflag)) { in mount_volume()
H A Dntfsfix.c1624 if (!ntfs_check_if_mounted(opt.volume, &mnt_flags)) { in main()
H A Dntfsclone.c2154 if (ntfs_check_if_mounted(device, &mntflag))
H A Dntfsresize.c2930 if (ntfs_check_if_mounted(opt.volume, &mntflag)) { in mount_volume()
H A Dmkntfs.c3532 if (ntfs_check_if_mounted(vol->dev->d_name, &mnt_flags)) { in mkntfs_open_partition()
/third_party/ntfs-3g/libntfs-3g/
H A Dvolume.c1488 * 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 Dsecurity.c5343 mnt = ntfs_check_if_mounted(device, &mntflag); in ntfs_initialize_file_security()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c4384 if (!ntfs_check_if_mounted(opts.device,&existing_mount) in main()
H A Dlowntfs-3g.c4651 if (!ntfs_check_if_mounted(opts.device,&existing_mount)

Completed in 46 milliseconds