Lines Matching defs:erofs_inode
265 struct erofs_inode { struct
266 erofs_nid_t nid;
269 unsigned long flags;
271 unsigned char datalayout;
272 unsigned char inode_isize;
273 unsigned int xattr_isize;
275 unsigned int xattr_name_filter;
276 unsigned int xattr_shared_count;
277 unsigned int *xattr_shared_xattrs;
279 union {
305 #define EROFS_I(ptr) container_of(ptr, struct erofs_inode, vfs_inode) argument