Lines Matching defs:erofs_inode
245 struct erofs_inode { struct
246 erofs_nid_t nid;
249 unsigned long flags;
251 unsigned char datalayout;
252 unsigned char inode_isize;
253 unsigned int xattr_isize;
255 unsigned int xattr_name_filter;
256 unsigned int xattr_shared_count;
257 unsigned int *xattr_shared_xattrs;
259 union {
285 #define EROFS_I(ptr) container_of(ptr, struct erofs_inode, vfs_inode) argument