Home
last modified time | relevance | path

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

/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()
1887 if (sb->s_flags & SB_MANDLOCK) in fuse_fill_super_common()
/linux/fs/smb/client/
H A Dcifsglob.h665 #define CIFS_MS_MASK (SB_RDONLY | SB_MANDLOCK | SB_NOEXEC | SB_NOSUID | \
/linux/fs/
H A Dnamespace.c4101 if (flags & SB_MANDLOCK) in path_mount()
4136 SB_MANDLOCK | in path_mount()
4496 if (fc->sb_flags & SB_MANDLOCK) in SYSCALL_DEFINE3()