Home | History | Annotate | Download | only in linux

Lines Matching defs:__IS_FLG

162 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
165 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || \
167 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \
169 #define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOCK)
174 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)