F2FS_RAW_SUPER
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
return le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_payload);
block_t start_addr = le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_blkaddr);
block_t start_addr = le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_blkaddr);
struct f2fs_super_block *raw_sb = F2FS_RAW_SUPER(sbi);
old_block_count = le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count);
struct f2fs_super_block *sb_raw = F2FS_RAW_SUPER(sbi);
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
le32_to_cpu(F2FS_RAW_SUPER(sbi)->main_blkaddr))
le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment0_blkaddr))
le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count))
if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_main) <=
memcpy(F2FS_SUPER_BLOCK(folio, index), F2FS_RAW_SUPER(sbi),
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
crc = f2fs_crc32(F2FS_RAW_SUPER(sbi),
F2FS_RAW_SUPER(sbi)->crc = cpu_to_le32(crc);
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors,
struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi);
le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_blkaddr), 2);
le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_sit));
le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_nat));
le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_ssa));
le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_main));
le32_to_cpu(F2FS_RAW_SUPER(sbi)->section_count));
le16_to_cpu(F2FS_RAW_SUPER(sbi)->s_encoding_flags));