Lines Matching defs:hash_pos
54 int hash_pos;
69 hash_pos = (ctx->pos - 2) >> 16;
73 hash_pos++;
74 ctx->pos = ((hash_pos << 16) | chain_pos) + 2;
89 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
103 hash_pos++;
105 for (; hash_pos < AFFS_SB(sb)->s_hashsize; hash_pos++) {
106 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
109 ctx->pos = (hash_pos << 16) + 2;
123 namelen, name, ino, hash_pos, ctx->pos);