Searched defs:f2fs_sb_info (Results 1 – 1 of 1) sorted by relevance
126 struct f2fs_sb_info { struct127 struct f2fs_fsck *fsck;129 struct f2fs_super_block *raw_super;130 struct f2fs_nm_info *nm_info;131 struct f2fs_sm_info *sm_info;132 struct f2fs_checkpoint *ckpt;133 int cur_cp;135 struct list_head orphan_inode_list;136 unsigned int n_orphans;139 unsigned int log_sectors_per_block; /* log2 sectors per block */[all …]