Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dxattr.h40 __le32 e_hash; /* hash value of name and value */ member
Dxattr.c870 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp()
978 entry->e_hash = cpu_to_le32(hash); in ext2_xattr_hash_entry()
1000 if (!here->e_hash) { in ext2_xattr_rehash()
1007 le32_to_cpu(here->e_hash); in ext2_xattr_rehash()
/linux-4.4.14/fs/ext4/
Dxattr.h48 __le32 e_hash; /* hash value of name and value */ member
Dxattr.c1574 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp()
1676 entry->e_hash = cpu_to_le32(hash); in ext4_xattr_hash_entry()
1698 if (!here->e_hash) { in ext4_xattr_rehash()
1705 le32_to_cpu(here->e_hash); in ext4_xattr_rehash()