Home
last modified time | relevance | path

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

/linux-6.15/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.c4155 if (flags & SB_MANDLOCK) in path_mount()
4190 SB_MANDLOCK | in path_mount()
4540 if (fc->sb_flags & SB_MANDLOCK) in SYSCALL_DEFINE3()
/linux-6.15/scripts/gdb/linux/
H A Dconstants.py.in56 LX_GDBPARSED(SB_MANDLOCK)
/linux-6.15/fs/fuse/
H A Dinode.c203 if (fsc->sb_flags & SB_MANDLOCK) in fuse_reconfigure()
1797 if (sb->s_flags & SB_MANDLOCK) in fuse_fill_super_common()
/linux-6.15/include/linux/
H A Dfs.h1229 #define SB_MANDLOCK BIT(6) /* Allow mandatory locks on an FS */ macro
2369 #define IS_MANDLOCK(inode) __IS_FLG(inode, SB_MANDLOCK)
/linux-6.15/fs/smb/client/
H A Dcifsglob.h688 #define CIFS_MS_MASK (SB_RDONLY | SB_MANDLOCK | SB_NOEXEC | SB_NOSUID | \