Lines Matching defs:erofs_sb_info
70 struct erofs_sb_info { struct
73 struct list_head list;
74 struct mutex umount_mutex;
77 struct xarray managed_pslots;
79 unsigned int shrinker_run_no;
80 u16 available_compr_algs;
83 struct inode *managed_cache;
85 struct erofs_sb_lz4_info lz4;
87 struct dax_device *dax_dev;
88 u32 blocks;
89 u32 meta_blkaddr;
114 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument