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()
2618 s8 *stbl; in add_missing_indices() local
2640 stbl = DT_GETSTBL(p); in add_missing_indices()
2642 d = (struct ldtentry *) &p->slot[stbl[i]]; in add_missing_indices()
2649 lv->offset = stbl[i]; in add_missing_indices()
2710 s8 *stbl; in jfs_readdir() local
2884 stbl = DT_GETSTBL(p); in jfs_readdir()
2887 d = (struct ldtentry *) & p->slot[stbl[i]]; in jfs_readdir()
3039 s8 *stbl; in dtReadFirst() local
3081 stbl = DT_GETSTBL(p); in dtReadFirst()
3082 xd = (pxd_t *) & p->slot[stbl[0]]; in dtReadFirst()
3118 s8 *stbl; in dtReadNext() local
3218 stbl = DT_GETSTBL(p); in dtReadNext()
3219 xd = (pxd_t *) & p->slot[stbl[pn]]; in dtReadNext()
3535 s8 *stbl; in dtGetKey() local
3544 stbl = DT_GETSTBL(p); in dtGetKey()
3545 si = stbl[i]; in dtGetKey()
3604 s8 *stbl; in dtInsertEntry() local
3714 stbl = DT_GETSTBL(p); in dtInsertEntry()
3717 memmove(stbl + index + 1, stbl + index, nextindex - index); in dtInsertEntry()
3728 lh = (struct ldtentry *) & (p->slot[stbl[n]]); in dtInsertEntry()
3738 stbl[index] = hsi; in dtInsertEntry()
3957 s8 *stbl; in dtDeleteEntry() local
3965 stbl = DT_GETSTBL(p); in dtDeleteEntry()
3966 fsi = stbl[fi]; in dtDeleteEntry()
4032 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1); in dtDeleteEntry()
4052 s8 *stbl; in dtTruncateEntry() local
4060 stbl = DT_GETSTBL(p); in dtTruncateEntry()
4061 tsi = stbl[ti]; in dtTruncateEntry()
4221 s8 *stbl; in dtModify() local
4244 stbl = DT_GETSTBL(p); in dtModify()
4245 entry_si = stbl[index]; in dtModify()