Searched refs:hash_ino (Results 1 - 1 of 1) sorted by relevance

/fs/affs/
H A Damigaffs.c29 u32 ino, hash_ino; local
41 hash_ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[offset]);
42 while (hash_ino) {
44 dir_bh = affs_bread(sb, hash_ino);
47 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain);
78 u32 rem_ino, hash_ino; local
93 hash_ino = be32_to_cpu(AFFS_HEAD(bh)->table[offset]);
94 while (hash_ino) {
95 if (hash_ino == rem_ino) {
101 affs_adjust_checksum(bh, be32_to_cpu(ino) - hash_ino);
[all...]

Completed in 375 milliseconds