Lines Matching defs:inode
169 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg)) argument
171 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY) argument
172 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || \ argument
174 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \ argument
176 #define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOCK) argument
177 #define IS_NOATIME(inode) __IS_FLG(inode, MS_RDONLY|MS_NOATIME) argument
178 #define IS_I_VERSION(inode) __IS_FLG(inode, MS_I_VERSION) argument
180 #define IS_NOQUOTA(inode) ((inode)->i_flags & S_NOQUOTA) argument
181 #define IS_APPEND(inode) ((inode)->i_flags & S_APPEND) argument
182 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE) argument
183 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL) argument
185 #define IS_DEADDIR(inode) ((inode)->i_flags & S_DEAD) argument
186 #define IS_NOCMTIME(inode) ((inode)->i_flags & S_NOCMTIME) argument
187 #define IS_SWAPFILE(inode) ((inode)->i_flags & S_SWAPFILE) argument
188 #define IS_PRIVATE(inode) ((inode)->i_flags & S_PRIVATE) argument