Lines Matching refs:AFFS_TAIL
34 offset = affs_hash_name(sb, AFFS_TAIL(sb, bh)->name + 1, AFFS_TAIL(sb, bh)->name[0]);
48 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain);
50 AFFS_TAIL(sb, bh)->parent = cpu_to_be32(dir->i_ino);
51 AFFS_TAIL(sb, bh)->hash_chain = 0;
57 AFFS_TAIL(sb, dir_bh)->hash_chain = cpu_to_be32(ino);
85 offset = affs_hash_name(sb, AFFS_TAIL(sb, rem_bh)->name+1, AFFS_TAIL(sb, rem_bh)->name[0]);
97 ino = AFFS_TAIL(sb, rem_bh)->hash_chain;
101 AFFS_TAIL(sb, bh)->hash_chain = ino;
104 AFFS_TAIL(sb, rem_bh)->parent = 0;
112 hash_ino = be32_to_cpu(AFFS_TAIL(sb, bh)->hash_chain);
161 link_ino = be32_to_cpu(AFFS_TAIL(sb, bh)->link_chain);
166 dir = affs_iget(sb, be32_to_cpu(AFFS_TAIL(sb, link_bh)->parent));
185 memcpy(AFFS_TAIL(sb, bh)->name, AFFS_TAIL(sb, link_bh)->name, 32);
201 while ((ino = be32_to_cpu(AFFS_TAIL(sb, bh)->link_chain)) != 0) {
203 __be32 ino2 = AFFS_TAIL(sb, link_bh)->link_chain;
204 AFFS_TAIL(sb, bh)->link_chain = ino2;
209 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
214 if (!AFFS_TAIL(sb, bh)->link_chain)
290 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {