Home
last modified time | relevance | path

Searched refs:nat_blk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dnode.c524 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()
2298 struct f2fs_nat_block *nat_blk = page_address(nat_page); in scan_nat_page() local
2311 blk_addr = le32_to_cpu(nat_blk->entries[i].block_addr); in scan_nat_page()
2847 struct f2fs_nat_block *nat_blk = page_address(page); in __update_nat_bits() local
2859 if (le32_to_cpu(nat_blk->entries[i].block_addr) != NULL_ADDR) in __update_nat_bits()
2882 struct f2fs_nat_block *nat_blk; in __flush_nat_entry_set() local
2902 nat_blk = page_address(page); in __flush_nat_entry_set()
2903 f2fs_bug_on(sbi, !nat_blk); in __flush_nat_entry_set()
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c553 struct f2fs_nat_block *nat_blk; in f2fs_get_node_info() local
607 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()
2385 struct f2fs_nat_block *nat_blk = page_address(nat_page); in scan_nat_page() local
2398 blk_addr = le32_to_cpu(nat_blk->entries[i].block_addr); in scan_nat_page()
2963 struct f2fs_nat_block *nat_blk = page_address(page); in update_nat_bits() local
2975 if (le32_to_cpu(nat_blk->entries[i].block_addr) != NULL_ADDR) in update_nat_bits()
3017 struct f2fs_nat_block *nat_blk; in __flush_nat_entry_set() local
3037 nat_blk = page_address(page); in __flush_nat_entry_set()
3038 f2fs_bug_on(sbi, !nat_blk); in __flush_nat_entry_set()
[all...]

Completed in 8 milliseconds