• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/

Lines Matching refs:maxentry

73 		    (le16_to_cpu((P)->header.nextindex) > le16_to_cpu((P)->header.maxentry)) ||\
74 (le16_to_cpu((P)->header.maxentry) > (((BN)==0)?XTROOTMAXSLOT:PSIZE>>L2XTSLOTSIZE)))\
350 p->header.maxentry)
397 p->header.maxentry)
439 * search key (K) and may be zero or maxentry index.
455 p->header.maxentry)
495 if (p->header.nextindex == p->header.maxentry)
561 * n.b. xtSearch() may return index of maxentry of
608 if (nextindex == le16_to_cpu(p->header.maxentry)) {
715 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) &&
717 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT);
852 if (nextindex == le16_to_cpu(sp->header.maxentry)) {
969 int skip, maxentry, middle, righthalf, n;
1013 rp->header.maxentry = sp->header.maxentry; /* little-endian */
1046 * a entry to it (skip is maxentry), it's likely that the access is
1055 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) {
1115 maxentry = le16_to_cpu(sp->header.maxentry);
1116 middle = maxentry >> 1;
1117 righthalf = maxentry - middle;
1163 if (skip < maxentry)
1165 (maxentry - skip) << L2XTSLOTSIZE);
1275 rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE);
1284 nextindex = le16_to_cpu(sp->header.maxentry);
1430 if (nextindex == le16_to_cpu(p->header.maxentry)) {
1596 if (nextindex == le16_to_cpu(p->header.maxentry)) {
1928 if (nextindex == le16_to_cpu(p->header.maxentry)) {
1970 (le16_to_cpu(p->header.maxentry) >> 1)) {
2040 if (nextindex == le16_to_cpu(p->header.maxentry)) {
2080 if (nextindex == le16_to_cpu(p->header.maxentry)) {
2202 * n.b. xtSearch() may return index of maxentry of
2231 if (nextindex < le16_to_cpu(p->header.maxentry))
2980 * search key (K) and may be zero or maxentry index.
3091 p->header.maxentry = cpu_to_le16(XTROOTINITSLOT_DIR);
3093 p->header.maxentry = cpu_to_le16(XTROOTINITSLOT);
3598 if (le16_to_cpu(p->header.maxentry) == XTROOTMAXSLOT) {
3603 p->header.maxentry =