Searched refs:hash_pos (Results 1 – 1 of 1) sorted by relevance
54 int hash_pos; in affs_readdir() local69 hash_pos = (ctx->pos - 2) >> 16; in affs_readdir()73 hash_pos++; in affs_readdir()74 ctx->pos = ((hash_pos << 16) | chain_pos) + 2; in affs_readdir()89 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]); in affs_readdir()103 hash_pos++; in affs_readdir()105 for (; hash_pos < AFFS_SB(sb)->s_hashsize; hash_pos++) { in affs_readdir()106 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]); in affs_readdir()109 ctx->pos = (hash_pos << 16) + 2; in affs_readdir()123 namelen, name, ino, hash_pos, ctx->pos); in affs_readdir()