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
3196 stbl = DT_GETSTBL(p); in jfs_readdir()
3199 d = (struct ldtentry *) & p->slot[stbl[i]]; in jfs_readdir()
3351 s8 *stbl; in dtReadFirst() local
3393 stbl = DT_GETSTBL(p); in dtReadFirst()
3394 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3430 s8 *stbl; in dtReadNext() local
3530 stbl = DT_GETSTBL(p); in dtReadNext()
3531 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3847 s8 *stbl; in dtGetKey() local
3856 stbl = DT_GETSTBL(p); in dtGetKey()
3857 si = stbl[i]; in dtGetKey()
3916 s8 *stbl; in dtInsertEntry() local
4026 stbl = DT_GETSTBL(p); in dtInsertEntry()
4029 memmove(stbl + index + 1, stbl + index, nextindex - index); in dtInsertEntry()
4040 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
4050 stbl[index] = hsi; in dtInsertEntry()
4269 s8 *stbl; in dtDeleteEntry() local
4277 stbl = DT_GETSTBL(p); in dtDeleteEntry()
4278 fsi = stbl[fi]; in dtDeleteEntry()
4344 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1); in dtDeleteEntry()
4364 s8 *stbl; in dtTruncateEntry() local
4372 stbl = DT_GETSTBL(p); in dtTruncateEntry()
4373 tsi = stbl[ti]; in dtTruncateEntry()
4533 s8 *stbl; in dtModify() local
4556 stbl = DT_GETSTBL(p); in dtModify()
4557 entry_si = stbl[index]; in dtModify()