Lines Matching defs:mnt_flags
14 static int flags_by_mnt(int mnt_flags)
18 if (mnt_flags & MNT_READONLY)
20 if (mnt_flags & MNT_NOSUID)
22 if (mnt_flags & MNT_NODEV)
24 if (mnt_flags & MNT_NOEXEC)
26 if (mnt_flags & MNT_NOATIME)
28 if (mnt_flags & MNT_NODIRATIME)
30 if (mnt_flags & MNT_RELATIME)
32 if (mnt_flags & MNT_NOSYMFOLLOW)
51 return ST_VALID | flags_by_mnt(mnt->mnt_flags) |