xh_entries       1024 fs/ocfs2/ocfs2_fs.h 	struct ocfs2_xattr_entry xh_entries[0]; /* xattr entry list. */
xh_entries        939 fs/ocfs2/xattr.c 		struct ocfs2_xattr_entry *entry = &header->xh_entries[i];
xh_entries        966 fs/ocfs2/xattr.c 		if (!ocfs2_xattr_is_local(&xh->xh_entries[i]))
xh_entries       1173 fs/ocfs2/xattr.c 	xs->here = xs->header->xh_entries;
xh_entries       1243 fs/ocfs2/xattr.c 		i = xs->here - xs->header->xh_entries;
xh_entries       1590 fs/ocfs2/xattr.c 		offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
xh_entries       1646 fs/ocfs2/xattr.c 		offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
xh_entries       1648 fs/ocfs2/xattr.c 			le16_add_cpu(&xh->xh_entries[i].xe_name_offset,
xh_entries       1661 fs/ocfs2/xattr.c 	loc->xl_entry = &(loc->xl_header->xh_entries[count]);
xh_entries       1824 fs/ocfs2/xattr.c 		tmp_xe = &xh->xh_entries[tmp];
xh_entries       1837 fs/ocfs2/xattr.c 		memmove(&xh->xh_entries[low + 1],
xh_entries       1838 fs/ocfs2/xattr.c 			&xh->xh_entries[low],
xh_entries       1842 fs/ocfs2/xattr.c 	loc->xl_entry = &xh->xh_entries[low];
xh_entries       1950 fs/ocfs2/xattr.c 		index = ((char *)entry - (char *)&xh->xh_entries) /
xh_entries       1952 fs/ocfs2/xattr.c 		memmove(&xh->xh_entries[index], &xh->xh_entries[index + 1],
xh_entries       1954 fs/ocfs2/xattr.c 		memset(&xh->xh_entries[count], 0,
xh_entries       2376 fs/ocfs2/xattr.c 		struct ocfs2_xattr_entry *entry = &header->xh_entries[i];
xh_entries       2703 fs/ocfs2/xattr.c 	xs->here = xs->header->xh_entries;
xh_entries       2840 fs/ocfs2/xattr.c 		xs->here = xs->header->xh_entries;
xh_entries       2975 fs/ocfs2/xattr.c 		xs->here = xs->header->xh_entries;
xh_entries       3014 fs/ocfs2/xattr.c 	last = xs->header->xh_entries;
xh_entries       3089 fs/ocfs2/xattr.c 		i = xbs->here - xbs->header->xh_entries;
xh_entries       3767 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh_entries       3857 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[0];
xh_entries       3869 fs/ocfs2/xattr.c 			xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1];
xh_entries       3910 fs/ocfs2/xattr.c 		xs->here = &xs->header->xh_entries[index];
xh_entries       4003 fs/ocfs2/xattr.c 		     le32_to_cpu(bucket_xh(bucket)->xh_entries[0].xe_name_hash));
xh_entries       4037 fs/ocfs2/xattr.c 	name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset);
xh_entries       4055 fs/ocfs2/xattr.c 		struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i];
xh_entries       4213 fs/ocfs2/xattr.c 	xe = &xb_xh->xh_entries[count - 1];
xh_entries       4228 fs/ocfs2/xattr.c 	offset = offsetof(struct ocfs2_xattr_header, xh_entries);
xh_entries       4236 fs/ocfs2/xattr.c 		le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change);
xh_entries       4268 fs/ocfs2/xattr.c 	i = xs->here - old_xh->xh_entries;
xh_entries       4269 fs/ocfs2/xattr.c 	xs->here = &xs->header->xh_entries[i];
xh_entries       4422 fs/ocfs2/xattr.c 	entries = (char *)xh->xh_entries;
xh_entries       4439 fs/ocfs2/xattr.c 	xe = xh->xh_entries;
xh_entries       4585 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *entries = xh->xh_entries;
xh_entries       4692 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[start-1];
xh_entries       4704 fs/ocfs2/xattr.c 		xh->xh_entries[0].xe_name_hash = xe->xe_name_hash;
xh_entries       4705 fs/ocfs2/xattr.c 		le32_add_cpu(&xh->xh_entries[0].xe_name_hash, 1);
xh_entries       4723 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh_entries       4737 fs/ocfs2/xattr.c 	xe = &xh->xh_entries[start];
xh_entries       4741 fs/ocfs2/xattr.c 			(int)((char *)xh->xh_entries - (char *)xh));
xh_entries       4742 fs/ocfs2/xattr.c 	memmove((char *)xh->xh_entries, (char *)xe, len);
xh_entries       4743 fs/ocfs2/xattr.c 	xe = &xh->xh_entries[count - start];
xh_entries       4753 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh_entries       4770 fs/ocfs2/xattr.c 		*first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash);
xh_entries       4781 fs/ocfs2/xattr.c 	memset(&xh->xh_entries[start], 0,
xh_entries       4966 fs/ocfs2/xattr.c 		*first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash);
xh_entries       5279 fs/ocfs2/xattr.c 		le32_to_cpu(bucket_xh(target)->xh_entries[0].xe_name_hash);
xh_entries       5369 fs/ocfs2/xattr.c 	xe = &xh->xh_entries[xe_off];
xh_entries       5525 fs/ocfs2/xattr.c 	if (name_hash != le32_to_cpu(xh->xh_entries[0].xe_name_hash))
xh_entries       5528 fs/ocfs2/xattr.c 	if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash ==
xh_entries       5529 fs/ocfs2/xattr.c 	    xh->xh_entries[0].xe_name_hash) {
xh_entries       5533 fs/ocfs2/xattr.c 		     le32_to_cpu(xh->xh_entries[0].xe_name_hash));
xh_entries       5672 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh_entries       5795 fs/ocfs2/xattr.c 		i = xbs->here - xbs->header->xh_entries;
xh_entries       5951 fs/ocfs2/xattr.c 		xe = &header->xh_entries[i];
xh_entries       6008 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
xh_entries       6065 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh_entries       6227 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh_entries       6266 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
xh_entries       6361 fs/ocfs2/xattr.c 	last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)];
xh_entries       6363 fs/ocfs2/xattr.c 		xe = &xh->xh_entries[i];
xh_entries       6366 fs/ocfs2/xattr.c 			xe = &new_xh->xh_entries[j];
xh_entries       6880 fs/ocfs2/xattr.c 					    xh_entries[0].xe_name_hash);