Lines Matching defs:erofs_sb_info
117 struct erofs_sb_info { struct
118 struct erofs_mount_opts opt; /* options */
121 struct list_head list;
122 struct mutex umount_mutex;
125 struct xarray managed_pslots;
127 unsigned int shrinker_run_no;
128 u16 available_compr_algs;
131 struct inode *managed_cache;
133 struct erofs_sb_lz4_info lz4;
134 struct inode *packed_inode;
136 struct erofs_dev_context *devs;
137 struct dax_device *dax_dev;
138 u64 dax_part_off;
139 u64 total_blocks;
140 u32 primarydevice_blocks;
142 u32 meta_blkaddr;
144 u32 xattr_blkaddr;
146 u16 device_id_mask; /* valid bits of device id to be used */
148 unsigned char islotbits; /* inode slot unit size in bit shift */
149 unsigned char blkszbits; /* filesystem block size in bit shift */
151 u32 sb_size; /* total superblock size */
152 u32 build_time_nsec;
153 u64 build_time;
178 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument