Searched defs:f2fs_sb_info (Results 1 – 1 of 1) sorted by relevance
237 struct f2fs_sb_info { struct238 struct f2fs_fsck *fsck;240 struct f2fs_super_block *raw_super;241 struct f2fs_nm_info *nm_info;242 struct f2fs_sm_info *sm_info;243 struct f2fs_checkpoint *ckpt;244 int cur_cp;246 struct list_head orphan_inode_list;247 unsigned int n_orphans;250 unsigned int log_sectors_per_block; /* log2 sectors per block */[all …]