Lines Matching refs:stbl
588 s8 *stbl; in dtSearch() local
640 stbl = DT_GETSTBL(p); in dtSearch()
651 ciCompare(&ciKey, p, stbl[index], in dtSearch()
656 cmp = dtCompare(&ciKey, p, stbl[index]); in dtSearch()
669 ((struct ldtentry *) & p->slot[stbl[index]])->inumber); in dtSearch()
790 pxd = (pxd_t *) & p->slot[stbl[index]]; in dtSearch()
1347 u8 *stbl; in dtSplitPage() local
1514 stbl = (u8 *) & sp->slot[sp->header.stblindex]; in dtSplitPage()
1521 si = stbl[nxt]; in dtSplitPage()
1585 stbl = DT_GETSTBL(rp); in dtSplitPage()
1587 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitPage()
1665 u8 *stbl; in dtExtendPage() local
1709 stbl = DT_GETSTBL(sp); in dtExtendPage()
1712 (struct ldtentry *) & sp->slot[stbl[n]]; in dtExtendPage()
1887 s8 *stbl; in dtSplitRoot() local
1958 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT]; in dtSplitRoot()
1959 memcpy(stbl, sp->header.stbl, sp->header.nextindex); in dtSplitRoot()
2000 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2002 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitRoot()
2051 stbl = sp->header.stbl; in dtSplitRoot()
2052 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2096 u8 *stbl; in dtDelete() local
2118 stbl = DT_GETSTBL(p); in dtDelete()
2119 ldtentry = (struct ldtentry *) & p->slot[stbl[index]]; in dtDelete()
2135 stbl = DT_GETSTBL(np); in dtDelete()
2138 slot[stbl[0]]; in dtDelete()
2146 (struct ldtentry *) & p->slot[stbl[index + 1]]; in dtDelete()
2208 stbl = DT_GETSTBL(p); in dtDelete()
2211 (struct ldtentry *) & p->slot[stbl[i]]; in dtDelete()
2460 s8 *stbl; in dtRelocate() local
2618 stbl = DT_GETSTBL(pp); in dtRelocate()
2619 pxd = (pxd_t *) & pp->slot[stbl[index]]; in dtRelocate()
2621 lv->offset = stbl[index]; in dtRelocate()
2650 s8 *stbl; in dtSearchNode() local
2686 stbl = DT_GETSTBL(p); in dtSearchNode()
2687 pxd = (pxd_t *) & p->slot[stbl[0]]; in dtSearchNode()
2700 stbl = DT_GETSTBL(p); in dtSearchNode()
2702 pxd = (pxd_t *) & p->slot[stbl[i]]; in dtSearchNode()
2928 s8 *stbl; in add_missing_indices() local
2950 stbl = DT_GETSTBL(p); in add_missing_indices()
2952 d = (struct ldtentry *) &p->slot[stbl[i]]; in add_missing_indices()
2959 lv->offset = stbl[i]; in add_missing_indices()
3020 s8 *stbl; in jfs_readdir() local
3201 stbl = DT_GETSTBL(p); in jfs_readdir()
3204 d = (struct ldtentry *) & p->slot[stbl[i]]; in jfs_readdir()
3357 s8 *stbl; in dtReadFirst() local
3399 stbl = DT_GETSTBL(p); in dtReadFirst()
3400 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3436 s8 *stbl; in dtReadNext() local
3536 stbl = DT_GETSTBL(p); in dtReadNext()
3537 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3853 s8 *stbl; in dtGetKey() local
3862 stbl = DT_GETSTBL(p); in dtGetKey()
3863 si = stbl[i]; in dtGetKey()
3922 s8 *stbl; in dtInsertEntry() local
4032 stbl = DT_GETSTBL(p); in dtInsertEntry()
4035 memmove(stbl + index + 1, stbl + index, nextindex - index); in dtInsertEntry()
4046 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
4056 stbl[index] = hsi; in dtInsertEntry()
4275 s8 *stbl; in dtDeleteEntry() local
4283 stbl = DT_GETSTBL(p); in dtDeleteEntry()
4284 fsi = stbl[fi]; in dtDeleteEntry()
4350 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1); in dtDeleteEntry()
4370 s8 *stbl; in dtTruncateEntry() local
4378 stbl = DT_GETSTBL(p); in dtTruncateEntry()
4379 tsi = stbl[ti]; in dtTruncateEntry()
4539 s8 *stbl; in dtModify() local
4562 stbl = DT_GETSTBL(p); in dtModify()
4563 entry_si = stbl[index]; in dtModify()