Searched refs:xe_name_hash (Results 1 – 2 of 2) sorted by relevance
1824 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()3767 if (name_hash > le32_to_cpu(xe->xe_name_hash)) in ocfs2_find_xe_in_bucket()3856 if (name_hash < le32_to_cpu(xe->xe_name_hash)) { in ocfs2_xattr_bucket_find()3872 if (name_hash > le32_to_cpu(xe->xe_name_hash)) { in ocfs2_xattr_bucket_find()4155 u32 l_hash = le32_to_cpu(l->xe_name_hash); in cmp_xe()4156 u32 r_hash = le32_to_cpu(r->xe_name_hash); in cmp_xe()4702 xh->xh_entries[0].xe_name_hash = xe->xe_name_hash; in ocfs2_divide_xattr_bucket()4703 le32_add_cpu(&xh->xh_entries[0].xe_name_hash, 1); in ocfs2_divide_xattr_bucket()5527 xh->xh_entries[0].xe_name_hash) { in ocfs2_check_xattr_bucket_collision()5531 le32_to_cpu(xh->xh_entries[0].xe_name_hash)); in ocfs2_check_xattr_bucket_collision()[all …]
987 __le32 xe_name_hash; /* hash value of xattr prefix+suffix. */ member
Completed in 22 milliseconds