Lines Matching defs:inode
116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg)) argument
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY) argument
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC)) argument
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_S… argument
121 #define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOCK) argument
123 #define IS_NOQUOTA(inode) ((inode)->i_flags & S_NOQUOTA) argument
124 #define IS_APPEND(inode) ((inode)->i_flags & S_APPEND) argument
125 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE) argument
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL) argument
128 #define IS_DEADDIR(inode) ((inode)->i_flags & S_DEAD) argument
129 #define IS_NOCMTIME(inode) ((inode)->i_flags & S_NOCMTIME) argument
130 #define IS_SWAPFILE(inode) ((inode)->i_flags & S_SWAPFILE) argument
131 #define IS_PRIVATE(inode) ((inode)->i_flags & S_PRIVATE) argument