Searched defs:erofs_sb_info (Results 1 – 1 of 1) sorted by relevance
123 struct erofs_sb_info { struct124 struct erofs_mount_opts opt; /* options */127 struct list_head list;128 struct mutex umount_mutex;131 struct xarray managed_pslots;133 unsigned int shrinker_run_no;134 u16 available_compr_algs;137 struct inode *managed_cache;139 struct erofs_sb_lz4_info lz4;141 struct inode *packed_inode;[all …]