Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c30 { "mand", SB_MANDLOCK },
39 { "nomand", SB_MANDLOCK },
H A Dnamespace.c4106 if (flags & SB_MANDLOCK) in path_mount()
4141 SB_MANDLOCK | in path_mount()
4470 if (fc->sb_flags & SB_MANDLOCK) in SYSCALL_DEFINE3()
/linux/include/linux/fs/
H A Dsuper_types.h288 #define SB_MANDLOCK BIT(6) /* Allow mandatory locks on an FS */ macro
/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()
1834 if (sb->s_flags & SB_MANDLOCK) in fuse_fill_super_common()
/linux/fs/smb/client/
H A Dcifsglob.h668 #define CIFS_MS_MASK (SB_RDONLY | SB_MANDLOCK | SB_NOEXEC | SB_NOSUID | \
/linux/include/linux/
H A Dfs.h2146 #define IS_MANDLOCK(inode) __IS_FLG(inode, SB_MANDLOCK)