Lines Matching refs:ino
426 * contain xid/ino, it's necessary to verify once while mounting process.
482 ref->ino = je32_to_cpu(rr.ino);
501 dbg_xattr("success on verifying xref (ino=%u, xid=%u) at %#08x\n",
502 ref->ino, ref->xid, ref_offset(ref->node));
522 rr.ino = cpu_to_je32(ref->ino);
525 rr.ino = cpu_to_je32(ref->ic->ino);
545 dbg_xattr("success on saving xref (ino=%u, xid=%u)\n", ref->ic->ino, ref->xd->xid);
583 ref->ino = ref->ic->ino;
590 dbg_xattr("xref(ino=%u, xid=%u, xseqno=%u) was removed.\n",
591 ref->ino, ref->xid, ref->xseqno);
807 i = (ref->ino ^ ref->xid) % XREF_TMPHASH_SIZE;
809 if (tmp->ino == ref->ino && tmp->xid == ref->xid)
842 /* At this point, ref->xid and ref->ino contain XID and inode number.
845 ic = jffs2_get_ino_cache(c, ref->ino);
847 dbg_xattr("xref(ino=%u, xid=%u, xseqno=%u) is orphan.\n",
848 ref->ino, ref->xid, ref->xseqno);
1142 ref->ino = ic->ino;
1284 dbg_xattr("xref (ino=%u, xid=%u) GC'ed from %#08x to %08x\n",
1285 ref->ic->ino, ref->xd->xid, old_ofs, ref_offset(ref->node));