• Home
  • Raw
  • Download

Lines Matching refs:stbl

575 	s8 *stbl;  in dtSearch()  local
628 stbl = DT_GETSTBL(p); in dtSearch()
636 if (stbl[index] < 0) { in dtSearch()
644 ciCompare(&ciKey, p, stbl[index], in dtSearch()
649 cmp = dtCompare(&ciKey, p, stbl[index]); in dtSearch()
662 ((struct ldtentry *) & p->slot[stbl[index]])->inumber); in dtSearch()
783 pxd = (pxd_t *) & p->slot[stbl[index]]; in dtSearch()
1340 u8 *stbl; in dtSplitPage() local
1507 stbl = (u8 *) & sp->slot[sp->header.stblindex]; in dtSplitPage()
1514 si = stbl[nxt]; in dtSplitPage()
1578 stbl = DT_GETSTBL(rp); in dtSplitPage()
1580 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitPage()
1658 u8 *stbl; in dtExtendPage() local
1702 stbl = DT_GETSTBL(sp); in dtExtendPage()
1705 (struct ldtentry *) & sp->slot[stbl[n]]; in dtExtendPage()
1880 s8 *stbl; in dtSplitRoot() local
1951 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT]; in dtSplitRoot()
1952 memcpy(stbl, sp->header.stbl, sp->header.nextindex); in dtSplitRoot()
1993 stbl = DT_GETSTBL(rp); in dtSplitRoot()
1995 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]]; in dtSplitRoot()
2044 stbl = sp->header.stbl; in dtSplitRoot()
2045 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2089 u8 *stbl; in dtDelete() local
2111 stbl = DT_GETSTBL(p); in dtDelete()
2112 ldtentry = (struct ldtentry *) & p->slot[stbl[index]]; in dtDelete()
2128 stbl = DT_GETSTBL(np); in dtDelete()
2131 slot[stbl[0]]; in dtDelete()
2139 (struct ldtentry *) & p->slot[stbl[index + 1]]; in dtDelete()
2201 stbl = DT_GETSTBL(p); in dtDelete()
2204 (struct ldtentry *) & p->slot[stbl[i]]; in dtDelete()
2453 s8 *stbl; in dtRelocate() local
2611 stbl = DT_GETSTBL(pp); in dtRelocate()
2612 pxd = (pxd_t *) & pp->slot[stbl[index]]; in dtRelocate()
2614 lv->offset = stbl[index]; in dtRelocate()
2643 s8 *stbl; in dtSearchNode() local
2679 stbl = DT_GETSTBL(p); in dtSearchNode()
2680 pxd = (pxd_t *) & p->slot[stbl[0]]; in dtSearchNode()
2693 stbl = DT_GETSTBL(p); in dtSearchNode()
2695 pxd = (pxd_t *) & p->slot[stbl[i]]; in dtSearchNode()
2921 s8 *stbl; in add_missing_indices() local
2943 stbl = DT_GETSTBL(p); in add_missing_indices()
2945 d = (struct ldtentry *) &p->slot[stbl[i]]; in add_missing_indices()
2952 lv->offset = stbl[i]; in add_missing_indices()
3013 s8 *stbl; in jfs_readdir() local
3187 stbl = DT_GETSTBL(p); in jfs_readdir()
3190 d = (struct ldtentry *) & p->slot[stbl[i]]; in jfs_readdir()
3342 s8 *stbl; in dtReadFirst() local
3384 stbl = DT_GETSTBL(p); in dtReadFirst()
3385 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3421 s8 *stbl; in dtReadNext() local
3521 stbl = DT_GETSTBL(p); in dtReadNext()
3522 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3838 s8 *stbl; in dtGetKey() local
3847 stbl = DT_GETSTBL(p); in dtGetKey()
3848 si = stbl[i]; in dtGetKey()
3907 s8 *stbl; in dtInsertEntry() local
4017 stbl = DT_GETSTBL(p); in dtInsertEntry()
4020 memmove(stbl + index + 1, stbl + index, nextindex - index); in dtInsertEntry()
4031 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
4041 stbl[index] = hsi; in dtInsertEntry()
4260 s8 *stbl; in dtDeleteEntry() local
4268 stbl = DT_GETSTBL(p); in dtDeleteEntry()
4269 fsi = stbl[fi]; in dtDeleteEntry()
4335 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1); in dtDeleteEntry()
4355 s8 *stbl; in dtTruncateEntry() local
4363 stbl = DT_GETSTBL(p); in dtTruncateEntry()
4364 tsi = stbl[ti]; in dtTruncateEntry()
4524 s8 *stbl; in dtModify() local
4547 stbl = DT_GETSTBL(p); in dtModify()
4548 entry_si = stbl[index]; in dtModify()