Home
last modified time | relevance | path

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

/linux/fs/ext4/
A Dxattr.c452 __le32 e_hash, tmp_data; in ext4_xattr_inode_verify_hashes() local
458 if (e_hash != entry->e_hash) in ext4_xattr_inode_verify_hashes()
1068 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_inc_ref_all()
1092 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_inc_ref_all()
1150 le32_to_cpu(entry->e_hash), in ext4_xattr_inode_dec_ref_all()
1642 le32_to_cpu(here->e_hash), in ext4_xattr_set_entry()
1785 here->e_hash = hash; in ext4_xattr_set_entry()
2899 le32_to_cpu(entry->e_hash), in ext4_xattr_delete_inode()
2992 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp()
3099 if (!here->e_hash) { in ext4_xattr_rehash()
[all …]
A Dxattr.h50 __le32 e_hash; /* hash value of name and value */ member
/linux/fs/ext2/
A Dxattr.c907 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()
A Dxattr.h41 __le32 e_hash; /* hash value of name and value */ member

Completed in 11 milliseconds