Searched defs:erofs_sb_info (Results 1 – 1 of 1) sorted by relevance
60 struct erofs_sb_info { struct63 struct list_head list;64 struct mutex umount_mutex;67 struct xarray managed_pslots;69 unsigned int shrinker_run_no;72 struct inode *managed_cache;74 u32 blocks;75 u32 meta_blkaddr;99 #define EROFS_SB(sb) ((struct erofs_sb_info *)(sb)->s_fs_info) argument