• Home
  • Raw
  • Download

Lines Matching refs:stbl

575 	s8 *stbl;  in dtSearch()  local
628 stbl = DT_GETSTBL(p); in dtSearch()
639 ciCompare(&ciKey, p, stbl[index], in dtSearch()
644 cmp = dtCompare(&ciKey, p, stbl[index]); in dtSearch()
657 ((struct ldtentry *) & p->slot[stbl[index]])->inumber); in dtSearch()
778 pxd = (pxd_t *) & p->slot[stbl[index]]; in dtSearch()
1335 u8 *stbl; in dtSplitPage() local
1502 stbl = (u8 *) & sp->slot[sp->header.stblindex]; in dtSplitPage()
1509 si = stbl[nxt]; in dtSplitPage()
1573 stbl = DT_GETSTBL(rp); in dtSplitPage()
1575 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitPage()
1653 u8 *stbl; in dtExtendPage() local
1697 stbl = DT_GETSTBL(sp); in dtExtendPage()
1700 (struct ldtentry *) & sp->slot[stbl[n]]; in dtExtendPage()
1875 s8 *stbl; in dtSplitRoot() local
1946 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT]; in dtSplitRoot()
1947 memcpy(stbl, sp->header.stbl, sp->header.nextindex); in dtSplitRoot()
1988 stbl = DT_GETSTBL(rp); in dtSplitRoot()
1990 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitRoot()
2039 stbl = sp->header.stbl; in dtSplitRoot()
2040 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2084 u8 *stbl; in dtDelete() local
2106 stbl = DT_GETSTBL(p); in dtDelete()
2107 ldtentry = (struct ldtentry *) & p->slot[stbl[index]]; in dtDelete()
2123 stbl = DT_GETSTBL(np); in dtDelete()
2126 slot[stbl[0]]; in dtDelete()
2134 (struct ldtentry *) & p->slot[stbl[index + 1]]; in dtDelete()
2196 stbl = DT_GETSTBL(p); in dtDelete()
2199 (struct ldtentry *) & p->slot[stbl[i]]; in dtDelete()
2448 s8 *stbl; in dtRelocate() local
2606 stbl = DT_GETSTBL(pp); in dtRelocate()
2607 pxd = (pxd_t *) & pp->slot[stbl[index]]; in dtRelocate()
2609 lv->offset = stbl[index]; in dtRelocate()
2638 s8 *stbl; in dtSearchNode() local
2674 stbl = DT_GETSTBL(p); in dtSearchNode()
2675 pxd = (pxd_t *) & p->slot[stbl[0]]; in dtSearchNode()
2688 stbl = DT_GETSTBL(p); in dtSearchNode()
2690 pxd = (pxd_t *) & p->slot[stbl[i]]; in dtSearchNode()
2916 s8 *stbl; in add_missing_indices() local
2938 stbl = DT_GETSTBL(p); in add_missing_indices()
2940 d = (struct ldtentry *) &p->slot[stbl[i]]; in add_missing_indices()
2947 lv->offset = stbl[i]; in add_missing_indices()
3008 s8 *stbl; in jfs_readdir() local
3182 stbl = DT_GETSTBL(p); in jfs_readdir()
3185 d = (struct ldtentry *) & p->slot[stbl[i]]; in jfs_readdir()
3337 s8 *stbl; in dtReadFirst() local
3379 stbl = DT_GETSTBL(p); in dtReadFirst()
3380 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3416 s8 *stbl; in dtReadNext() local
3516 stbl = DT_GETSTBL(p); in dtReadNext()
3517 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3833 s8 *stbl; in dtGetKey() local
3842 stbl = DT_GETSTBL(p); in dtGetKey()
3843 si = stbl[i]; in dtGetKey()
3902 s8 *stbl; in dtInsertEntry() local
4012 stbl = DT_GETSTBL(p); in dtInsertEntry()
4015 memmove(stbl + index + 1, stbl + index, nextindex - index); in dtInsertEntry()
4026 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
4036 stbl[index] = hsi; in dtInsertEntry()
4255 s8 *stbl; in dtDeleteEntry() local
4263 stbl = DT_GETSTBL(p); in dtDeleteEntry()
4264 fsi = stbl[fi]; in dtDeleteEntry()
4330 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1); in dtDeleteEntry()
4350 s8 *stbl; in dtTruncateEntry() local
4358 stbl = DT_GETSTBL(p); in dtTruncateEntry()
4359 tsi = stbl[ti]; in dtTruncateEntry()
4519 s8 *stbl; in dtModify() local
4542 stbl = DT_GETSTBL(p); in dtModify()
4543 entry_si = stbl[index]; in dtModify()