Lines Matching refs:xh_count

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