Searched defs:F2FS_RAW_SUPER (Results 1 - 1 of 1) sorted by relevance

/external/f2fs-tools/fsck/
H A Df2fs.h165 static inline struct f2fs_super_block *F2FS_RAW_SUPER(struct f2fs_sb_info *sbi) function
223 if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_payload) > 0) {
247 start_addr = le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_blkaddr);
267 return end + le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count);
334 F2FS_RAW_SUPER(sbi)->segment_count_nat
342 if (addr >= F2FS_RAW_SUPER(sbi)->block_count ||

Completed in 93 milliseconds