Searched refs:hash_ino (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/affs/ |
D | amigaffs.c | 30 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 …]
|
/linux-6.1.9/fs/ubifs/ |
D | journal.c | 551 u8 hash_ino[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_update() local 616 err = ubifs_node_calc_hash(c, ino, hash_ino); in ubifs_jnl_update() 671 err = ubifs_tnc_add(c, &ino_key, lnum, ino_offs, ilen, hash_ino); in ubifs_jnl_update() 1559 u8 hash_ino[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_truncate() local 1633 err = ubifs_node_calc_hash(c, ino, hash_ino); in ubifs_jnl_truncate() 1662 err = ubifs_tnc_add(c, &key, lnum, offs, UBIFS_INO_NODE_SZ, hash_ino); in ubifs_jnl_truncate()
|