Searched defs:erofs_sb_info (Results 1 – 1 of 1) sorted by relevance
117 struct erofs_sb_info { struct118 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;[all …]