Home
last modified time | relevance | path

Searched defs:f2fs_sb_info (Results 1 – 1 of 1) sorted by relevance

/third_party/f2fs-tools/fsck/
Df2fs.h248 struct f2fs_sb_info { struct
249 struct f2fs_fsck *fsck;
251 struct f2fs_super_block *raw_super;
252 struct f2fs_nm_info *nm_info;
253 struct f2fs_sm_info *sm_info;
254 struct f2fs_checkpoint *ckpt;
255 int cur_cp;
257 struct list_head orphan_inode_list;
258 unsigned int n_orphans;
261 unsigned int log_sectors_per_block; /* log2 sectors per block */
[all …]