Searched refs:e_hash (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 462 __le32 e_hash, tmp_data; in ext4_xattr_inode_verify_hashes() local 466 e_hash = ext4_xattr_hash_entry(entry->e_name, entry->e_name_len, in ext4_xattr_inode_verify_hashes() 468 if (e_hash != entry->e_hash) in ext4_xattr_inode_verify_hashes() 486 le32_to_cpu(entry->e_hash), &ea_inode); in ext4_xattr_inode_get() 1061 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_inc_ref_all() 1085 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_inc_ref_all() 1143 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_dec_ref_all() 1651 le32_to_cpu(here->e_hash), in ext4_xattr_set_entry() 1808 here->e_hash in ext4_xattr_set_entry() [all...] |
H A D | xattr.h | 50 __le32 e_hash; /* hash value of name and value */ member
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 498 __le32 e_hash, tmp_data; in ext4_xattr_inode_verify_hashes() local 502 e_hash = ext4_xattr_hash_entry(entry->e_name, entry->e_name_len, in ext4_xattr_inode_verify_hashes() 505 if (e_hash == entry->e_hash) in ext4_xattr_inode_verify_hashes() 512 e_hash = ext4_xattr_hash_entry_signed(entry->e_name, entry->e_name_len, in ext4_xattr_inode_verify_hashes() 515 if (e_hash != entry->e_hash) in ext4_xattr_inode_verify_hashes() 536 le32_to_cpu(entry->e_hash), &ea_inode); in ext4_xattr_inode_get() 1111 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_inc_ref_all() 1135 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_inc_ref_all() [all...] |
H A D | xattr.h | 50 __le32 e_hash; /* hash value of name and value */ member
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | xattr.c | 907 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp() 1024 entry->e_hash = cpu_to_le32(hash); in ext2_xattr_hash_entry() 1046 if (!here->e_hash) { in ext2_xattr_rehash() 1053 le32_to_cpu(here->e_hash); in ext2_xattr_rehash()
|
H A D | xattr.h | 41 __le32 e_hash; /* hash value of name and value */ member
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | xattr.c | 908 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp() 1011 entry->e_hash = cpu_to_le32(hash); in ext2_xattr_hash_entry() 1033 if (!here->e_hash) { in ext2_xattr_rehash() 1040 le32_to_cpu(here->e_hash); in ext2_xattr_rehash()
|
H A D | xattr.h | 41 __le32 e_hash; /* hash value of name and value */ member
|
Completed in 12 milliseconds