Lines Matching refs:orphan_blk
725 struct f2fs_orphan_block *orphan_blk;
733 orphan_blk = (struct f2fs_orphan_block *)page_address(page);
734 for (j = 0; j < le32_to_cpu(orphan_blk->entry_count); j++) {
735 nid_t ino = le32_to_cpu(orphan_blk->ino[j]);
762 struct f2fs_orphan_block *orphan_blk = NULL;
783 orphan_blk =
785 memset(orphan_blk, 0, sizeof(*orphan_blk));
788 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino);
796 orphan_blk->blk_addr = cpu_to_le16(index);
797 orphan_blk->blk_count = cpu_to_le16(orphan_blocks);
798 orphan_blk->entry_count = cpu_to_le32(nentries);
808 orphan_blk->blk_addr = cpu_to_le16(index);
809 orphan_blk->blk_count = cpu_to_le16(orphan_blocks);
810 orphan_blk->entry_count = cpu_to_le32(nentries);