Lines Matching defs:ino
419 * ref->ino is used to store 32bit inode-number, ic is not used
425 ref->ino = je32_to_cpu(rr->ino);
437 dbg_xattr("scan xref at %#08x (xid=%u, ino=%u)\n",
438 ofs, ref->xid, ref->ino);
965 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino)
969 ic = jffs2_get_ino_cache(c, ino);
973 if (ino > c->highest_ino)
974 c->highest_ino = ino;
983 ic->ino = ino;
986 if (ino == 1)
995 uint32_t crc, ino = je32_to_cpu(ri->ino);
999 /* We do very little here now. Just check the ino# to which we should attribute
1021 ic = jffs2_get_ino_cache(c, ino);
1023 ic = jffs2_scan_make_ino_cache(c, ino);
1031 jffs2_dbg(1, "Node is ino #%u, version %d. Range 0x%x-0x%x\n",
1032 je32_to_cpu(ri->ino), je32_to_cpu(ri->version),
1088 jffs2_dbg(1, "Name for which CRC failed is (now) '%s', ino #%d\n",
1089 fd->name, je32_to_cpu(rd->ino));
1108 fd->ino = je32_to_cpu(rd->ino);