Searched refs:nat_blk (Results 1 – 1 of 1) sorted by relevance
582 struct f2fs_nat_block *nat_blk; in f2fs_get_node_info() local642 nat_blk = folio_address(folio); in f2fs_get_node_info()643 ne = nat_blk->entries[nid - start_nid]; in f2fs_get_node_info()2523 struct f2fs_nat_block *nat_blk, nid_t start_nid) in scan_nat_page() argument2538 blk_addr = le32_to_cpu(nat_blk->entries[i].block_addr); in scan_nat_page()3102 const struct f2fs_nat_block *nat_blk) in __update_nat_bits() argument3117 if (le32_to_cpu(nat_blk->entries[i].block_addr) != NULL_ADDR) in __update_nat_bits()3140 struct f2fs_nat_block *nat_blk; in __flush_nat_entry_set() local3160 nat_blk = folio_address(folio); in __flush_nat_entry_set()3161 f2fs_bug_on(sbi, !nat_blk); in __flush_nat_entry_set()[all …]