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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Damigaffs.c31 u32 ino, hash_ino; local
43 hash_ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[offset]);
44 while (hash_ino) {
46 dir_bh = affs_bread(sb, hash_ino);
49 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain);
80 u32 rem_ino, hash_ino; local
94 hash_ino = be32_to_cpu(AFFS_HEAD(bh)->table[offset]);
95 while (hash_ino) {
96 if (hash_ino == rem_ino) {
102 affs_adjust_checksum(bh, be32_to_cpu(ino) - hash_ino);
[all...]

Completed in 22 milliseconds