Home
last modified time | relevance | path

Searched refs:segment_count_nat (Results 1 – 5 of 5) sorted by relevance

/external/f2fs-tools/mkfs/
Df2fs_format.c242 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in f2fs_prepare_super_block()
272 if (get_sb(segment_count_nat) > max_nat_segments) in f2fs_prepare_super_block()
273 set_sb(segment_count_nat, max_nat_segments); in f2fs_prepare_super_block()
275 set_sb(segment_count_nat, get_sb(segment_count_nat) * 2); in f2fs_prepare_super_block()
277 set_sb(ssa_blkaddr, get_sb(nat_blkaddr) + get_sb(segment_count_nat) * in f2fs_prepare_super_block()
283 get_sb(segment_count_nat))) * in f2fs_prepare_super_block()
293 get_sb(segment_count_nat) + in f2fs_prepare_super_block()
306 get_sb(segment_count_nat) + in f2fs_prepare_super_block()
424 for (index = 0; index < get_sb(segment_count_nat) / 2; index++) { in f2fs_init_nat_area()
512 set_cp(nat_ver_bitmap_bytesize, ((get_sb(segment_count_nat) / 2) << in f2fs_write_check_point_pack()
/external/f2fs-tools/fsck/
Dmount.c130 DISP_u32(sb, segment_count_nat); in print_raw_sb_info()
306 (le32_to_cpu(raw_super->segment_count_nat) / 2) in init_sb_info()
452 fsmeta += le32_to_cpu(raw_super->segment_count_nat); in sanity_check_ckpt()
472 nat_segs = le32_to_cpu(sb_raw->segment_count_nat) >> 1; in init_node_manager()
1172 nr_nat_blks = (le32_to_cpu(raw_sb->segment_count_nat) / 2) << in build_nat_area_bitmap()
Df2fs.h334 F2FS_RAW_SUPER(sbi)->segment_count_nat in IS_VALID_NID()
/external/f2fs-tools/include/
Df2fs_fs.h337 __le32 segment_count_nat; /* # of segments for NAT */ member
/external/e2fsprogs/lib/blkid/
Dprobe.h747 __u32 segment_count_nat; /* # of segments for NAT */ member