• 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()
2623 s8 *stbl; in add_missing_indices() local
2645 stbl = DT_GETSTBL(p); in add_missing_indices()
2647 d = (struct ldtentry *) &p->slot[stbl[i]]; in add_missing_indices()
2654 lv->offset = stbl[i]; in add_missing_indices()
2715 s8 *stbl; in jfs_readdir() local
2889 stbl = DT_GETSTBL(p); in jfs_readdir()
2892 d = (struct ldtentry *) & p->slot[stbl[i]]; in jfs_readdir()
3044 s8 *stbl; in dtReadFirst() local
3086 stbl = DT_GETSTBL(p); in dtReadFirst()
3087 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3123 s8 *stbl; in dtReadNext() local
3223 stbl = DT_GETSTBL(p); in dtReadNext()
3224 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3540 s8 *stbl; in dtGetKey() local
3549 stbl = DT_GETSTBL(p); in dtGetKey()
3550 si = stbl[i]; in dtGetKey()
3609 s8 *stbl; in dtInsertEntry() local
3719 stbl = DT_GETSTBL(p); in dtInsertEntry()
3722 memmove(stbl + index + 1, stbl + index, nextindex - index); in dtInsertEntry()
3733 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
3743 stbl[index] = hsi; in dtInsertEntry()
3962 s8 *stbl; in dtDeleteEntry() local
3970 stbl = DT_GETSTBL(p); in dtDeleteEntry()
3971 fsi = stbl[fi]; in dtDeleteEntry()
4037 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1); in dtDeleteEntry()
4057 s8 *stbl; in dtTruncateEntry() local
4065 stbl = DT_GETSTBL(p); in dtTruncateEntry()
4066 tsi = stbl[ti]; in dtTruncateEntry()
4226 s8 *stbl; in dtModify() local
4249 stbl = DT_GETSTBL(p); in dtModify()
4250 entry_si = stbl[index]; in dtModify()