Home
last modified time | relevance | path

Searched refs:MS_MANDLOCK (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/Documentation/
Dlocks.txt80 + { "mand", 0, MS_MANDLOCK }, /* Allow mandatory locks on this FS */
81 + { "nomand", 1, MS_MANDLOCK }, /* Forbid mandatory locks on this FS */
/linux-2.4.37.9/include/linux/
Dfs.h107 #define MS_MANDLOCK 64 /* Allow mandatory locks on an FS */ macro
120 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_NOATIME|\
156 #define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOCK)
/linux-2.4.37.9/fs/
Dnamespace.c200 { MS_MANDLOCK, ",mand" }, in show_vfsmnt()