Searched refs:orphan_blocks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | checkpoint.c | 687 block_t start_blk, orphan_blocks, i, j; in f2fs_recover_orphan_inodes() local 719 orphan_blocks = __start_sum_addr(sbi) - 1 - __cp_payload(sbi); in f2fs_recover_orphan_inodes() 721 f2fs_ra_meta_pages(sbi, start_blk, orphan_blocks, META_CP, true); in f2fs_recover_orphan_inodes() 723 for (i = 0; i < orphan_blocks; i++) { in f2fs_recover_orphan_inodes() 765 unsigned short orphan_blocks; in write_orphan_inodes() local 770 orphan_blocks = GET_ORPHAN_BLOCKS(im->ino_num); in write_orphan_inodes() 797 orphan_blk->blk_count = cpu_to_le16(orphan_blocks); in write_orphan_inodes() 809 orphan_blk->blk_count = cpu_to_le16(orphan_blocks); in write_orphan_inodes() 1418 unsigned int data_sum_blocks, orphan_blocks; in do_checkpoint() local 1459 orphan_blocks in do_checkpoint() [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | checkpoint.c | 723 block_t start_blk, orphan_blocks, i, j; in f2fs_recover_orphan_inodes() local 738 orphan_blocks = __start_sum_addr(sbi) - 1 - __cp_payload(sbi); in f2fs_recover_orphan_inodes() 740 f2fs_ra_meta_pages(sbi, start_blk, orphan_blocks, META_CP, true); in f2fs_recover_orphan_inodes() 742 for (i = 0; i < orphan_blocks; i++) { in f2fs_recover_orphan_inodes() 778 unsigned short orphan_blocks; in write_orphan_inodes() local 783 orphan_blocks = GET_ORPHAN_BLOCKS(im->ino_num); in write_orphan_inodes() 810 orphan_blk->blk_count = cpu_to_le16(orphan_blocks); in write_orphan_inodes() 822 orphan_blk->blk_count = cpu_to_le16(orphan_blocks); in write_orphan_inodes() 1456 unsigned int data_sum_blocks, orphan_blocks; in do_checkpoint() local 1494 orphan_blocks in do_checkpoint() [all...] |
Completed in 5 milliseconds