xh_count         1007 fs/ocfs2/ocfs2_fs.h 	__le16	xh_count;                       /* contains the count of how
xh_count          938 fs/ocfs2/xattr.c 	for (i = 0 ; i < le16_to_cpu(header->xh_count); i++) {
xh_count          965 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++)
xh_count         1084 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) {
xh_count         1586 fs/ocfs2/xattr.c 	int i, count = le16_to_cpu(xh->xh_count);
xh_count         1601 fs/ocfs2/xattr.c 	int count = le16_to_cpu(loc->xl_header->xh_count);
xh_count         1632 fs/ocfs2/xattr.c 	int count = le16_to_cpu(xh->xh_count);
xh_count         1660 fs/ocfs2/xattr.c 	int count = le16_to_cpu(loc->xl_header->xh_count);
xh_count         1662 fs/ocfs2/xattr.c 	le16_add_cpu(&loc->xl_header->xh_count, 1);
xh_count         1764 fs/ocfs2/xattr.c 	int count = le16_to_cpu(loc->xl_header->xh_count);
xh_count         1814 fs/ocfs2/xattr.c 	int count = le16_to_cpu(xh->xh_count);
xh_count         1841 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_count, 1);
xh_count         1941 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_count, -1);
xh_count         1942 fs/ocfs2/xattr.c 	count = le16_to_cpu(xh->xh_count);
xh_count         2375 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(header->xh_count); i++) {
xh_count         3016 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) {
xh_count         3766 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh_count         3868 fs/ocfs2/xattr.c 		if (xh->xh_count)
xh_count         3869 fs/ocfs2/xattr.c 			xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1];
xh_count         4034 fs/ocfs2/xattr.c 	if (index < 0 || index >= le16_to_cpu(xh->xh_count))
xh_count         4054 fs/ocfs2/xattr.c 	for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) {
xh_count         4196 fs/ocfs2/xattr.c 	u16 count = le16_to_cpu(xb_xh->xh_count);
xh_count         4221 fs/ocfs2/xattr.c 	xh->xh_count = xb_xh->xh_count;
xh_count         4426 fs/ocfs2/xattr.c 	     (unsigned long long)blkno, le16_to_cpu(xh->xh_count),
xh_count         4434 fs/ocfs2/xattr.c 	sort(entries, le16_to_cpu(xh->xh_count),
xh_count         4441 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) {
xh_count         4476 fs/ocfs2/xattr.c 	sort(entries, le16_to_cpu(xh->xh_count),
xh_count         4586 fs/ocfs2/xattr.c 	int count = le16_to_cpu(xh->xh_count);
xh_count         4688 fs/ocfs2/xattr.c 	count = le16_to_cpu(xh->xh_count);
xh_count         4747 fs/ocfs2/xattr.c 	le16_add_cpu(&xh->xh_count, -start);
xh_count         4752 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh_count         4783 fs/ocfs2/xattr.c 	xh->xh_count = cpu_to_le16(start);
xh_count         5528 fs/ocfs2/xattr.c 	if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash ==
xh_count         5671 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh_count         5950 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(header->xh_count); i++) {
xh_count         6063 fs/ocfs2/xattr.c 				le16_to_cpu(xh->xh_count));
xh_count         6064 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh_count         6226 fs/ocfs2/xattr.c 	for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
xh_count         6359 fs/ocfs2/xattr.c 					 le16_to_cpu(xh->xh_count));
xh_count         6361 fs/ocfs2/xattr.c 	last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)];
xh_count         6362 fs/ocfs2/xattr.c 	for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) {
xh_count         6368 fs/ocfs2/xattr.c 			le16_add_cpu(&new_xh->xh_count, -1);
xh_count         6369 fs/ocfs2/xattr.c 			if (new_xh->xh_count) {