Lines Matching defs:maxentry
60 le16_to_cpu((P)->header.maxentry)) || \
61 (le16_to_cpu((P)->header.maxentry) > \
327 p->header.maxentry)
374 p->header.maxentry)
416 * search key (K) and may be zero or maxentry index.
432 p->header.maxentry)
472 if (p->header.nextindex == p->header.maxentry)
538 * n.b. xtSearch() may return index of maxentry of
585 if (nextindex == le16_to_cpu(p->header.maxentry)) {
692 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) &&
694 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT);
829 if (nextindex == le16_to_cpu(sp->header.maxentry)) {
946 int skip, maxentry, middle, righthalf, n;
990 rp->header.maxentry = sp->header.maxentry; /* little-endian */
1023 * a entry to it (skip is maxentry), it's likely that the access is
1032 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) {
1092 maxentry = le16_to_cpu(sp->header.maxentry);
1093 middle = maxentry >> 1;
1094 righthalf = maxentry - middle;
1140 if (skip < maxentry)
1142 (maxentry - skip) << L2XTSLOTSIZE);
1252 rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE);
1261 nextindex = le16_to_cpu(sp->header.maxentry);
1407 if (nextindex == le16_to_cpu(p->header.maxentry)) {
1700 if (nextindex == le16_to_cpu(p->header.maxentry)) {
1742 (le16_to_cpu(p->header.maxentry) >> 1)) {
1812 if (nextindex == le16_to_cpu(p->header.maxentry)) {
1851 if (nextindex == le16_to_cpu(p->header.maxentry)) {
1973 * n.b. xtSearch() may return index of maxentry of
2002 if (nextindex < le16_to_cpu(p->header.maxentry))
2116 p->header.maxentry = cpu_to_le16(XTROOTINITSLOT_DIR);
2118 p->header.maxentry = cpu_to_le16(XTROOTINITSLOT);
2623 if (le16_to_cpu(p->header.maxentry) == XTROOTMAXSLOT) {
2628 p->header.maxentry =