raw_sb           1428 fs/f2fs/gc.c   	struct f2fs_super_block *raw_sb = F2FS_RAW_SUPER(sbi);
raw_sb           1429 fs/f2fs/gc.c   	int section_count = le32_to_cpu(raw_sb->section_count);
raw_sb           1430 fs/f2fs/gc.c   	int segment_count = le32_to_cpu(raw_sb->segment_count);
raw_sb           1431 fs/f2fs/gc.c   	int segment_count_main = le32_to_cpu(raw_sb->segment_count_main);
raw_sb           1432 fs/f2fs/gc.c   	long long block_count = le64_to_cpu(raw_sb->block_count);
raw_sb           1435 fs/f2fs/gc.c   	raw_sb->section_count = cpu_to_le32(section_count + secs);
raw_sb           1436 fs/f2fs/gc.c   	raw_sb->segment_count = cpu_to_le32(segment_count + segs);
raw_sb           1437 fs/f2fs/gc.c   	raw_sb->segment_count_main = cpu_to_le32(segment_count_main + segs);
raw_sb           1438 fs/f2fs/gc.c   	raw_sb->block_count = cpu_to_le64(block_count +
raw_sb            102 fs/freevxfs/vxfs_super.c 	struct vxfs_sb *raw_sb = infp->vsi_raw;
raw_sb            106 fs/freevxfs/vxfs_super.c 	bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize);
raw_sb            107 fs/freevxfs/vxfs_super.c 	bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free);
raw_sb            110 fs/freevxfs/vxfs_super.c 	bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree);