Lines Matching defs:erofs_inode
258 struct erofs_inode { struct
259 erofs_nid_t nid;
262 unsigned long flags;
264 unsigned char datalayout;
265 unsigned char inode_isize;
266 unsigned int xattr_isize;
268 unsigned int xattr_name_filter;
269 unsigned int xattr_shared_count;
270 unsigned int *xattr_shared_xattrs;
272 union {
298 #define EROFS_I(ptr) container_of(ptr, struct erofs_inode, vfs_inode) argument