Searched defs:erofs_sb_info (Results 1 – 1 of 1) sorted by relevance
49 struct erofs_sb_info { struct52 struct list_head list;53 struct mutex umount_mutex;56 struct radix_tree_root workstn_tree;59 unsigned int max_sync_decompress_pages;61 unsigned int shrinker_run_no;64 unsigned char cache_strategy;67 struct inode *managed_cache;69 u32 blocks;93 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument