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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 112 milliseconds