Lines Matching refs:nat_blk
525 struct f2fs_nat_block *nat_blk; in f2fs_get_node_info() local
568 nat_blk = (struct f2fs_nat_block *)page_address(page); in f2fs_get_node_info()
569 ne = nat_blk->entries[nid - start_nid]; in f2fs_get_node_info()
2152 struct f2fs_nat_block *nat_blk = page_address(nat_page); in scan_nat_page() local
2165 blk_addr = le32_to_cpu(nat_blk->entries[i].block_addr); in scan_nat_page()
2678 struct f2fs_nat_block *nat_blk = page_address(page); in __update_nat_bits() local
2690 if (nat_blk->entries[i].block_addr != NULL_ADDR) in __update_nat_bits()
2713 struct f2fs_nat_block *nat_blk; in __flush_nat_entry_set() local
2730 nat_blk = page_address(page); in __flush_nat_entry_set()
2731 f2fs_bug_on(sbi, !nat_blk); in __flush_nat_entry_set()
2749 raw_ne = &nat_blk->entries[nid - start_nid]; in __flush_nat_entry_set()