Lines Matching refs:base
236 int base, index, lim, btindex;
368 for (base = XTENTRYSTART; lim; lim >>= 1) {
369 index = base + (lim >> 1);
418 base = index + 1;
426 * base is the smallest index with key (Kj) greater than
429 if (base < le16_to_cpu(p->header.nextindex))
430 next = offsetXAD(&p->xad[base]);
434 * return location of entry (base) where new entry with
453 btsp->index = base;
458 if (base == btindex || base == btindex + 1)
462 jfs_ip->btindex = base;
473 * if base is non-zero, decrement base by one to get the parent
476 index = base ? base - 1 : base;
531 xtpage_t *p; /* base B+-tree index page */
1355 xtpage_t *p; /* base B+-tree index page */
1518 xtpage_t *p; /* base B+-tree index page */
1697 xtpage_t *p; /* base B+-tree index page */
2164 xtpage_t *p; /* base B+-tree index page */
2555 xtpage_t *p, *pp, *rp, *lp; /* base B+-tree index page */
2888 int base, index, lim;
2929 for (base = XTENTRYSTART; lim; lim >>= 1) {
2930 index = base + (lim >> 1);
2957 base = index + 1;
2965 * base is the smallest index with key (Kj) greater than
2967 * if base is non-zero, decrement base by one to get the parent
2970 index = base ? base - 1 : base;