Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dconstants.py.in56 LX_GDBPARSED(SB_MANDLOCK)
/openbmc/linux/fs/
H A Dfs_context.c44 { "mand", SB_MANDLOCK },
53 { "nomand", SB_MANDLOCK },
H A Dproc_namespace.c50 { SB_MANDLOCK, ",mand" }, in show_sb_opts()
H A Dstatfs.c42 if (s_flags & SB_MANDLOCK) in flags_by_sb()
H A Dnamespace.c3620 if (flags & SB_MANDLOCK) in path_mount()
3655 SB_MANDLOCK | in path_mount()
4005 if (fc->sb_flags & SB_MANDLOCK) in SYSCALL_DEFINE3()
/openbmc/linux/fs/fuse/
H A Dinode.c182 if (fsc->sb_flags & SB_MANDLOCK) in fuse_reconfigure()
1630 if (sb->s_flags & SB_MANDLOCK) in fuse_fill_super_common()
/openbmc/linux/include/linux/
H A Dfs.h1119 #define SB_MANDLOCK BIT(6) /* Allow mandatory locks on an FS */ macro
2138 #define IS_MANDLOCK(inode) __IS_FLG(inode, SB_MANDLOCK)
/openbmc/linux/fs/smb/client/
H A Dcifsglob.h654 #define CIFS_MS_MASK (SB_RDONLY | SB_MANDLOCK | SB_NOEXEC | SB_NOSUID | \