Lines Matching refs:ino
74 DBG(2, "ino[0x%x] has hard links [0x%x]\n", nid, link_cnt);
208 node_blk->footer.nid != node_blk->footer.ino) {
209 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]",
211 le32_to_cpu(node_blk->footer.ino));
215 node_blk->footer.nid == node_blk->footer.ino) {
216 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]",
218 le32_to_cpu(node_blk->footer.ino));
268 static int fsck_chk_xattr_blk(struct f2fs_sb_info *sbi, u32 ino,
290 DBG(2, "ino[0x%x] x_nid[0x%x]\n", ino, x_nid);
418 DBG(3, "ino[0x%x] has inline data!\n", nid);
422 DBG(3, "ino[0x%x] has inline dentry!\n", nid);
477 le32_to_cpu(node_blk->footer.ino),
483 le32_to_cpu(node_blk->footer.ino),
488 ASSERT_MSG("ino: 0x%x has i_blocks: %08"PRIx64", "
499 ASSERT_MSG("ino: 0x%x has i_links: %u but real links: %u",
510 ASSERT_MSG("ino: 0x%x is orphan inode, but has i_links: %u",
617 name, le32_to_cpu(dentry[idx].ino));
643 if (!IS_VALID_NID(sbi, le32_to_cpu(dentry[i].ino))) {
644 DBG(1, "Bad dentry 0x%x with invalid NID/ino 0x%x",
645 i, le32_to_cpu(dentry[i].ino));
647 FIX_MSG("Clear bad dentry 0x%x with bad ino 0x%x",
648 i, le32_to_cpu(dentry[i].ino));
693 DBG(1, "[%3u]-[0x%x] name[%s] len[0x%x] ino[0x%x] type[0x%x]\n",
695 le32_to_cpu(dentry[i].ino),
703 NULL, le32_to_cpu(dentry[i].ino),
713 le32_to_cpu(dentry[i].ino),
857 nid_t ino = le32_to_cpu(orphan_blk->ino[j]);
858 DBG(1, "[%3d] ino [0x%x]\n", i, ino);
860 fsck_chk_node_blk(sbi, NULL, ino,