Lines Matching refs:xh_count
932 for (i = 0 ; i < le16_to_cpu(header->xh_count); i++) {
959 for (i = 0; i < le16_to_cpu(xh->xh_count); i++)
1078 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) {
1580 int i, count = le16_to_cpu(xh->xh_count);
1595 int count = le16_to_cpu(loc->xl_header->xh_count);
1626 int count = le16_to_cpu(xh->xh_count);
1654 int count = le16_to_cpu(loc->xl_header->xh_count);
1656 le16_add_cpu(&loc->xl_header->xh_count, 1);
1758 int count = le16_to_cpu(loc->xl_header->xh_count);
1808 int count = le16_to_cpu(xh->xh_count);
1835 le16_add_cpu(&xh->xh_count, 1);
1935 le16_add_cpu(&xh->xh_count, -1);
1936 count = le16_to_cpu(xh->xh_count);
2369 for (i = 0; i < le16_to_cpu(header->xh_count); i++) {
3010 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) {
3760 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
3862 if (xh->xh_count)
3863 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1];
4028 if (index < 0 || index >= le16_to_cpu(xh->xh_count))
4048 for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) {
4190 u16 count = le16_to_cpu(xb_xh->xh_count);
4215 xh->xh_count = xb_xh->xh_count;
4420 (unsigned long long)blkno, le16_to_cpu(xh->xh_count),
4428 sort(entries, le16_to_cpu(xh->xh_count),
4435 for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) {
4470 sort(entries, le16_to_cpu(xh->xh_count),
4580 int count = le16_to_cpu(xh->xh_count);
4682 count = le16_to_cpu(xh->xh_count);
4741 le16_add_cpu(&xh->xh_count, -start);
4746 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
4777 xh->xh_count = cpu_to_le16(start);
5522 if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash ==
5665 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
5944 for (i = 0; i < le16_to_cpu(header->xh_count); i++) {
6057 le16_to_cpu(xh->xh_count));
6058 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
6220 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
6353 le16_to_cpu(xh->xh_count));
6355 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)];
6356 for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) {
6362 le16_add_cpu(&new_xh->xh_count, -1);
6363 if (new_xh->xh_count) {