Lines Matching defs:erofs_sb_info
92 struct erofs_sb_info { struct
93 struct erofs_mount_opts opt; /* options */
96 struct list_head list;
97 struct mutex umount_mutex;
100 struct xarray managed_pslots;
102 unsigned int shrinker_run_no;
103 u16 available_compr_algs;
106 struct inode *managed_cache;
108 struct erofs_sb_lz4_info lz4;
110 struct erofs_dev_context *devs;
111 struct dax_device *dax_dev;
112 u64 total_blocks;
113 u32 primarydevice_blocks;
115 u32 meta_blkaddr;
139 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument