Searched refs:SB_MANDLOCK (Results 1 – 6 of 6) sorted by relevance
282 #define SB_MANDLOCK BIT(6) /* Allow mandatory locks on an FS */ macro
44 { "mand", SB_MANDLOCK },53 { "nomand", SB_MANDLOCK },
42 if (s_flags & SB_MANDLOCK) in flags_by_sb()
57 LX_GDBPARSED(SB_MANDLOCK)
206 if (fsc->sb_flags & SB_MANDLOCK) in fuse_reconfigure()1833 if (sb->s_flags & SB_MANDLOCK) in fuse_fill_super_common()
666 #define CIFS_MS_MASK (SB_RDONLY | SB_MANDLOCK | SB_NOEXEC | SB_NOSUID | \