xe_name_hash      989 fs/ocfs2/ocfs2_fs.h 	__le32	xe_name_hash;    /* hash value of xattr prefix+suffix. */
xe_name_hash     1496 fs/ocfs2/xattr.c 	loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash);
xe_name_hash     1826 fs/ocfs2/xattr.c 		if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash))
xe_name_hash     1828 fs/ocfs2/xattr.c 		else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash))
xe_name_hash     3769 fs/ocfs2/xattr.c 		if (name_hash > le32_to_cpu(xe->xe_name_hash))
xe_name_hash     3771 fs/ocfs2/xattr.c 		else if (name_hash < le32_to_cpu(xe->xe_name_hash))
xe_name_hash     3858 fs/ocfs2/xattr.c 		if (name_hash < le32_to_cpu(xe->xe_name_hash)) {
xe_name_hash     3874 fs/ocfs2/xattr.c 		if (name_hash > le32_to_cpu(xe->xe_name_hash)) {
xe_name_hash     4003 fs/ocfs2/xattr.c 		     le32_to_cpu(bucket_xh(bucket)->xh_entries[0].xe_name_hash));
xe_name_hash     4157 fs/ocfs2/xattr.c 	u32 l_hash = le32_to_cpu(l->xe_name_hash);
xe_name_hash     4158 fs/ocfs2/xattr.c 	u32 r_hash = le32_to_cpu(r->xe_name_hash);
xe_name_hash     4704 fs/ocfs2/xattr.c 		xh->xh_entries[0].xe_name_hash = xe->xe_name_hash;
xe_name_hash     4705 fs/ocfs2/xattr.c 		le32_add_cpu(&xh->xh_entries[0].xe_name_hash, 1);
xe_name_hash     4770 fs/ocfs2/xattr.c 		*first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash);
xe_name_hash     4966 fs/ocfs2/xattr.c 		*first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash);
xe_name_hash     5279 fs/ocfs2/xattr.c 		le32_to_cpu(bucket_xh(target)->xh_entries[0].xe_name_hash);
xe_name_hash     5525 fs/ocfs2/xattr.c 	if (name_hash != le32_to_cpu(xh->xh_entries[0].xe_name_hash))
xe_name_hash     5528 fs/ocfs2/xattr.c 	if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash ==
xe_name_hash     5529 fs/ocfs2/xattr.c 	    xh->xh_entries[0].xe_name_hash) {
xe_name_hash     5533 fs/ocfs2/xattr.c 		     le32_to_cpu(xh->xh_entries[0].xe_name_hash));
xe_name_hash     6880 fs/ocfs2/xattr.c 					    xh_entries[0].xe_name_hash);