Searched defs:erofs_sb_info (Results 1 – 1 of 1) sorted by relevance
104 struct erofs_sb_info { struct105 struct erofs_device_info dif0;106 struct erofs_mount_opts opt; /* options */109 struct list_head list;110 struct mutex umount_mutex;113 struct xarray managed_pslots;115 unsigned int sync_decompress; /* strategy for sync decompression */116 unsigned int shrinker_run_no;119 struct inode *managed_cache;121 struct erofs_sb_lz4_info lz4;[all …]