Lines Matching refs:stbl

588 	s8 *stbl;  in dtSearch()  local
641 stbl = DT_GETSTBL(p); in dtSearch()
652 ciCompare(&ciKey, p, stbl[index], in dtSearch()
657 cmp = dtCompare(&ciKey, p, stbl[index]); in dtSearch()
670 ((struct ldtentry *) & p->slot[stbl[index]])->inumber); in dtSearch()
791 pxd = (pxd_t *) & p->slot[stbl[index]]; in dtSearch()
1348 u8 *stbl; in dtSplitPage() local
1515 stbl = (u8 *) & sp->slot[sp->header.stblindex]; in dtSplitPage()
1522 si = stbl[nxt]; in dtSplitPage()
1586 stbl = DT_GETSTBL(rp); in dtSplitPage()
1588 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitPage()
1666 u8 *stbl; in dtExtendPage() local
1710 stbl = DT_GETSTBL(sp); in dtExtendPage()
1713 (struct ldtentry *) & sp->slot[stbl[n]]; in dtExtendPage()
1888 s8 *stbl; in dtSplitRoot() local
1959 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT]; in dtSplitRoot()
1960 memcpy(stbl, sp->header.stbl, sp->header.nextindex); in dtSplitRoot()
2001 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2003 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitRoot()
2052 stbl = sp->header.stbl; in dtSplitRoot()
2053 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2097 u8 *stbl; in dtDelete() local
2119 stbl = DT_GETSTBL(p); in dtDelete()
2120 ldtentry = (struct ldtentry *) & p->slot[stbl[index]]; in dtDelete()
2136 stbl = DT_GETSTBL(np); in dtDelete()
2139 slot[stbl[0]]; in dtDelete()
2147 (struct ldtentry *) & p->slot[stbl[index + 1]]; in dtDelete()
2209 stbl = DT_GETSTBL(p); in dtDelete()
2212 (struct ldtentry *) & p->slot[stbl[i]]; in dtDelete()
2461 s8 *stbl; in dtRelocate() local
2619 stbl = DT_GETSTBL(pp); in dtRelocate()
2620 pxd = (pxd_t *) & pp->slot[stbl[index]]; in dtRelocate()
2622 lv->offset = stbl[index]; in dtRelocate()
2651 s8 *stbl; in dtSearchNode() local
2687 stbl = DT_GETSTBL(p); in dtSearchNode()
2688 pxd = (pxd_t *) & p->slot[stbl[0]]; in dtSearchNode()
2701 stbl = DT_GETSTBL(p); in dtSearchNode()
2703 pxd = (pxd_t *) & p->slot[stbl[i]]; in dtSearchNode()
2929 s8 *stbl; in add_missing_indices() local
2951 stbl = DT_GETSTBL(p); in add_missing_indices()
2953 d = (struct ldtentry *) &p->slot[stbl[i]]; in add_missing_indices()
2960 lv->offset = stbl[i]; in add_missing_indices()
3021 s8 *stbl; in jfs_readdir() local
3195 stbl = DT_GETSTBL(p); in jfs_readdir()
3198 d = (struct ldtentry *) & p->slot[stbl[i]]; in jfs_readdir()
3350 s8 *stbl; in dtReadFirst() local
3392 stbl = DT_GETSTBL(p); in dtReadFirst()
3393 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3429 s8 *stbl; in dtReadNext() local
3529 stbl = DT_GETSTBL(p); in dtReadNext()
3530 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3846 s8 *stbl; in dtGetKey() local
3855 stbl = DT_GETSTBL(p); in dtGetKey()
3856 si = stbl[i]; in dtGetKey()
3915 s8 *stbl; in dtInsertEntry() local
4025 stbl = DT_GETSTBL(p); in dtInsertEntry()
4028 memmove(stbl + index + 1, stbl + index, nextindex - index); in dtInsertEntry()
4039 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
4049 stbl[index] = hsi; in dtInsertEntry()
4268 s8 *stbl; in dtDeleteEntry() local
4276 stbl = DT_GETSTBL(p); in dtDeleteEntry()
4277 fsi = stbl[fi]; in dtDeleteEntry()
4343 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1); in dtDeleteEntry()
4363 s8 *stbl; in dtTruncateEntry() local
4371 stbl = DT_GETSTBL(p); in dtTruncateEntry()
4372 tsi = stbl[ti]; in dtTruncateEntry()
4532 s8 *stbl; in dtModify() local
4555 stbl = DT_GETSTBL(p); in dtModify()
4556 entry_si = stbl[index]; in dtModify()