Home
last modified time | relevance | path

Searched refs:SB_MANDLOCK (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/fs/
H A Dsuper_types.h282 #define SB_MANDLOCK BIT(6) /* Allow mandatory locks on an FS */ macro
/linux/fs/
H A Dfs_context.c44 { "mand", SB_MANDLOCK },
53 { "nomand", SB_MANDLOCK },
H A Dstatfs.c42 if (s_flags & SB_MANDLOCK) in flags_by_sb()
/linux/scripts/gdb/linux/
H A Dconstants.py.in57 LX_GDBPARSED(SB_MANDLOCK)
/linux/fs/fuse/
H A Dinode.c206 if (fsc->sb_flags & SB_MANDLOCK) in fuse_reconfigure()
1833 if (sb->s_flags & SB_MANDLOCK) in fuse_fill_super_common()
/linux/fs/smb/client/
H A Dcifsglob.h666 #define CIFS_MS_MASK (SB_RDONLY | SB_MANDLOCK | SB_NOEXEC | SB_NOSUID | \