Home
last modified time | relevance | path

Searched refs:xe_name_hash (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Dxattr.c1479 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry()
1809 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()
1811 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()
3750 if (name_hash > le32_to_cpu(xe->xe_name_hash)) in ocfs2_find_xe_in_bucket()
3752 else if (name_hash < le32_to_cpu(xe->xe_name_hash)) in ocfs2_find_xe_in_bucket()
3840 if (name_hash < le32_to_cpu(xe->xe_name_hash)) { in ocfs2_xattr_bucket_find()
3853 last_hash = le32_to_cpu(xe->xe_name_hash); in ocfs2_xattr_bucket_find()
3858 if (name_hash > le32_to_cpu(xe->xe_name_hash)) { in ocfs2_xattr_bucket_find()
3987 le32_to_cpu(bucket_xh(bucket)->xh_entries[0].xe_name_hash)); in ocfs2_iterate_xattr_buckets()
4143 u32 l_hash = le32_to_cpu(l->xe_name_hash); in cmp_xe()
[all …]
Docfs2_fs.h1029 __le32 xe_name_hash; /* hash value of xattr prefix+suffix. */ member