Home
last modified time | relevance | path

Searched refs:NTFS_MF_MOUNTED (Results 1 – 15 of 15) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c352 if ((mnt_flags & (NTFS_MF_MOUNTED | NTFS_MF_READONLY)) == in print_label()
353 NTFS_MF_MOUNTED) { in print_label()
430 && (mnt_flags & NTFS_MF_MOUNTED)) { in main()
Dntfsmftalloc.c305 else if (mnt_flags & NTFS_MF_MOUNTED) { in main()
Dntfstruncate.c732 else if (mnt_flags & NTFS_MF_MOUNTED) { in main()
Dntfsfallocate.c840 else if (mnt_flags & NTFS_MF_MOUNTED) { in main()
Dutils.c240 } else if (mnt_flags & NTFS_MF_MOUNTED) { in utils_valid_device()
Dntfscmp.c966 if (mntflag & NTFS_MF_MOUNTED) { in mount_volume()
Dntfsfix.c1625 if ((mnt_flags & NTFS_MF_MOUNTED) && in main()
Dntfsclone.c2157 if (mntflag & NTFS_MF_MOUNTED) {
Dntfsresize.c2936 if (mntflag & NTFS_MF_MOUNTED) { in mount_volume()
Dmkntfs.c3534 } else if (mnt_flags & NTFS_MF_MOUNTED) { in mkntfs_open_partition()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h78 NTFS_MF_MOUNTED = 1, /* Device is mounted. */ enumerator
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1525 *mnt_flags = NTFS_MF_MOUNTED; in ntfs_mntent_check()
1574 *mnt_flags = NTFS_MF_MOUNTED; in ntfs_mntent_check()
Dsecurity.c5344 if (!mnt && !(mntflag & NTFS_MF_MOUNTED) && !getuid()) { in ntfs_initialize_file_security()
/third_party/ntfs-3g/src/
Dntfs-3g.c4380 && (existing_mount & NTFS_MF_MOUNTED) in main()
Dlowntfs-3g.c4652 && (existing_mount & NTFS_MF_MOUNTED)