Home
last modified time | relevance | path

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

/fs/ext2/
Dxattr.c853 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp()
970 entry->e_hash = cpu_to_le32(hash); in ext2_xattr_hash_entry()
992 if (!here->e_hash) { in ext2_xattr_rehash()
999 le32_to_cpu(here->e_hash); in ext2_xattr_rehash()
Dxattr.h40 __le32 e_hash; /* hash value of name and value */ member
/fs/ext4/
Dxattr.h48 __le32 e_hash; /* hash value of name and value */ member
Dxattr.c1607 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp()
1702 entry->e_hash = cpu_to_le32(hash); in ext4_xattr_hash_entry()
1724 if (!here->e_hash) { in ext4_xattr_rehash()
1731 le32_to_cpu(here->e_hash); in ext4_xattr_rehash()