Lines Matching defs:ino
30 u32 ino, hash_ino;
33 ino = bh->b_blocknr;
36 pr_debug("%s(dir=%lu, ino=%d)\n", __func__, dir->i_ino, ino);
55 AFFS_HEAD(dir_bh)->table[offset] = cpu_to_be32(ino);
57 AFFS_TAIL(sb, dir_bh)->hash_chain = cpu_to_be32(ino);
59 affs_adjust_checksum(dir_bh, ino);
80 __be32 ino;
86 pr_debug("%s(dir=%lu, ino=%d, hashval=%d)\n", __func__, dir->i_ino,
97 ino = AFFS_TAIL(sb, rem_bh)->hash_chain;
99 AFFS_HEAD(bh)->table[offset] = ino;
101 AFFS_TAIL(sb, bh)->hash_chain = ino;
102 affs_adjust_checksum(bh, be32_to_cpu(ino) - hash_ino);
147 u32 link_ino, ino;
158 /* we can't remove the head of the link, as its blocknr is still used as ino,
201 while ((ino = be32_to_cpu(AFFS_TAIL(sb, bh)->link_chain)) != 0) {
202 if (ino == link_ino) {
221 bh = affs_bread(sb, ino);