Home
last modified time | relevance | path

Searched refs:nr_nat_blks (Results 1 – 2 of 2) sorted by relevance

/external/f2fs-tools/fsck/
Ddump.c32 u32 nr_nat_blks, nid; in nat_dump() local
44 nr_nat_blks = get_sb(segment_count_nat) << in nat_dump()
50 for (block_off = 0; block_off < nr_nat_blks; pack = 1, block_off++) { in nat_dump()
Dmount.c1939 u32 nid, nr_nat_blks; in build_nat_area_bitmap() local
1950 nr_nat_blks = (get_sb(segment_count_nat) / 2) << in build_nat_area_bitmap()
1953 fsck->nr_nat_entries = nr_nat_blks * NAT_ENTRY_PER_BLOCK; in build_nat_area_bitmap()
1962 for (block_off = 0; block_off < nr_nat_blks; block_off++) { in build_nat_area_bitmap()