Home
last modified time | relevance | path

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

/linux-4.19.296/fs/affs/
Damigaffs.c30 u32 ino, hash_ino; in affs_insert_hash() local
42 hash_ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[offset]); in affs_insert_hash()
43 while (hash_ino) { in affs_insert_hash()
45 dir_bh = affs_bread(sb, hash_ino); in affs_insert_hash()
48 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain); in affs_insert_hash()
79 u32 rem_ino, hash_ino; in affs_remove_hash() local
94 hash_ino = be32_to_cpu(AFFS_HEAD(bh)->table[offset]); in affs_remove_hash()
95 while (hash_ino) { in affs_remove_hash()
96 if (hash_ino == rem_ino) { in affs_remove_hash()
102 affs_adjust_checksum(bh, be32_to_cpu(ino) - hash_ino); in affs_remove_hash()
[all …]