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

/linux-master/fs/ext2/
H A Dxattr.h41 __le32 e_hash; /* hash value of name and value */ member in struct:ext2_xattr_entry
H A Dxattr.c908 if (entry1->e_hash != entry2->e_hash ||
1011 entry->e_hash = cpu_to_le32(hash);
1033 if (!here->e_hash) {
1040 le32_to_cpu(here->e_hash);
/linux-master/fs/ext4/
H A Dxattr.h50 __le32 e_hash; /* hash value of name and value */ member in struct:ext4_xattr_entry
H A Dxattr.c498 __le32 e_hash, tmp_data; local
502 e_hash = ext4_xattr_hash_entry(entry->e_name, entry->e_name_len,
505 if (e_hash == entry->e_hash)
512 e_hash = ext4_xattr_hash_entry_signed(entry->e_name, entry->e_name_len,
515 if (e_hash != entry->e_hash)
536 le32_to_cpu(entry->e_hash), &ea_inode);
1111 le32_to_cpu(entry->e_hash),
1135 le32_to_cpu(entry->e_hash),
[all...]

Completed in 131 milliseconds