Home
last modified time | relevance | path

Searched refs:segment_count_sit (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/mkfs/
Df2fs_format.c231 set_sb(segment_count_sit, sit_segments * 2); in f2fs_prepare_super_block()
233 set_sb(nat_blkaddr, get_sb(sit_blkaddr) + get_sb(segment_count_sit) * in f2fs_prepare_super_block()
237 (get_sb(segment_count_ckpt) + get_sb(segment_count_sit))) * in f2fs_prepare_super_block()
248 sit_bitmap_size = ((get_sb(segment_count_sit) / 2) << in f2fs_prepare_super_block()
282 get_sb(segment_count_sit) + in f2fs_prepare_super_block()
292 get_sb(segment_count_sit) + in f2fs_prepare_super_block()
305 get_sb(segment_count_sit) + in f2fs_prepare_super_block()
390 for (index = 0; index < (get_sb(segment_count_sit) / 2); index++) { in f2fs_init_sit_area()
509 set_cp(sit_ver_bitmap_bytesize, ((get_sb(segment_count_sit) / 2) << in f2fs_write_check_point_pack()
/external/f2fs-tools/fsck/
Dmount.c129 DISP_u32(sb, segment_count_sit); in print_raw_sb_info()
451 fsmeta += le32_to_cpu(raw_super->segment_count_sit); in sanity_check_ckpt()
535 sit_segs = le32_to_cpu(raw_sb->segment_count_sit) >> 1; in build_sit_info()
/external/f2fs-tools/include/
Df2fs_fs.h336 __le32 segment_count_sit; /* # of segments for SIT */ member
/external/e2fsprogs/lib/blkid/
Dprobe.h746 __u32 segment_count_sit; /* # of segments for SIT */ member