Searched refs:nat_blk (Results 1 – 1 of 1) sorted by relevance
553 struct f2fs_nat_block *nat_blk; in f2fs_get_node_info() local607 nat_blk = (struct f2fs_nat_block *)page_address(page); in f2fs_get_node_info()608 ne = nat_blk->entries[nid - start_nid]; in f2fs_get_node_info()2377 struct f2fs_nat_block *nat_blk = page_address(nat_page); in scan_nat_page() local2390 blk_addr = le32_to_cpu(nat_blk->entries[i].block_addr); in scan_nat_page()2955 struct f2fs_nat_block *nat_blk = page_address(page); in update_nat_bits() local2967 if (le32_to_cpu(nat_blk->entries[i].block_addr) != NULL_ADDR) in update_nat_bits()3009 struct f2fs_nat_block *nat_blk; in __flush_nat_entry_set() local3029 nat_blk = page_address(page); in __flush_nat_entry_set()3030 f2fs_bug_on(sbi, !nat_blk); in __flush_nat_entry_set()[all …]