Lines Matching defs:erofs_sb_info
71 struct erofs_sb_info { struct
74 struct list_head list;
75 struct mutex umount_mutex;
78 struct xarray managed_pslots;
80 unsigned int shrinker_run_no;
81 u16 available_compr_algs;
84 struct inode *managed_cache;
86 struct erofs_sb_lz4_info lz4;
88 struct dax_device *dax_dev;
89 u32 blocks;
90 u32 meta_blkaddr;
115 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument