Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dxattr.h40 __le32 e_hash; /* hash value of name and value */ member
Dxattr.c871 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp()
979 entry->e_hash = cpu_to_le32(hash); in ext2_xattr_hash_entry()
1001 if (!here->e_hash) { in ext2_xattr_rehash()
1008 le32_to_cpu(here->e_hash); in ext2_xattr_rehash()
/linux-4.1.27/fs/ext3/
Dxattr.h43 __le32 e_hash; /* hash value of name and value */ member
Dxattr.c1176 if (entry1->e_hash != entry2->e_hash || in ext3_xattr_cmp()
1278 entry->e_hash = cpu_to_le32(hash); in ext3_xattr_hash_entry()
1300 if (!here->e_hash) { in ext3_xattr_rehash()
1307 le32_to_cpu(here->e_hash); in ext3_xattr_rehash()
/linux-4.1.27/fs/ext4/
Dxattr.h48 __le32 e_hash; /* hash value of name and value */ member
Dxattr.c1575 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp()
1677 entry->e_hash = cpu_to_le32(hash); in ext4_xattr_hash_entry()
1699 if (!here->e_hash) { in ext4_xattr_rehash()
1706 le32_to_cpu(here->e_hash); in ext4_xattr_rehash()