Lines Matching refs:orphan_blk
744 struct f2fs_orphan_block *orphan_blk;
752 orphan_blk = (struct f2fs_orphan_block *)page_address(page);
753 for (j = 0; j < le32_to_cpu(orphan_blk->entry_count); j++) {
754 nid_t ino = le32_to_cpu(orphan_blk->ino[j]);
775 struct f2fs_orphan_block *orphan_blk = NULL;
796 orphan_blk =
798 memset(orphan_blk, 0, sizeof(*orphan_blk));
801 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino);
809 orphan_blk->blk_addr = cpu_to_le16(index);
810 orphan_blk->blk_count = cpu_to_le16(orphan_blocks);
811 orphan_blk->entry_count = cpu_to_le32(nentries);
821 orphan_blk->blk_addr = cpu_to_le16(index);
822 orphan_blk->blk_count = cpu_to_le16(orphan_blocks);
823 orphan_blk->entry_count = cpu_to_le32(nentries);