Lines Matching defs:stbl

575 	s8 *stbl;
628 stbl = DT_GETSTBL(p);
636 if (stbl[index] < 0) {
644 ciCompare(&ciKey, p, stbl[index],
649 cmp = dtCompare(&ciKey, p, stbl[index]);
662 ((struct ldtentry *) & p->slot[stbl[index]])->inumber);
783 pxd = (pxd_t *) & p->slot[stbl[index]];
893 /* linelock stbl of non-root leaf page */
975 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */
1017 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */
1268 /* linelock stbl of non-root parent page */
1340 u8 *stbl;
1440 /* linelock header + stbl (first slot) of new page */
1507 stbl = (u8 *) & sp->slot[sp->header.stblindex];
1514 si = stbl[nxt];
1552 /* linelock header + stbl of new right page */
1578 stbl = DT_GETSTBL(rp);
1580 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]];
1595 /* linelock stbl of split page */
1658 u8 *stbl;
1702 stbl = DT_GETSTBL(sp);
1705 (struct ldtentry *) & sp->slot[stbl[n]];
1735 * copy old stbl to new stbl at start of extended area
1755 /* linelock new stbl of extended page */
1774 * add old stbl region at head of freelist
1880 s8 *stbl;
1938 /* linelock header + copied entries + new stbl (1st slot) in new page */
1949 /* copy old stbl to new stbl at start of extended area */
1951 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT];
1952 memcpy(stbl, sp->header.stbl, sp->header.nextindex);
1993 stbl = DT_GETSTBL(rp);
1995 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]];
2044 stbl = sp->header.stbl;
2045 stbl[0] = DTENTRYSTART;
2089 u8 *stbl;
2111 stbl = DT_GETSTBL(p);
2112 ldtentry = (struct ldtentry *) & p->slot[stbl[index]];
2128 stbl = DT_GETSTBL(np);
2131 slot[stbl[0]];
2139 (struct ldtentry *) & p->slot[stbl[index + 1]];
2178 /* linelock stbl of non-root leaf page */
2195 * Update directory index table for entries moved in stbl
2201 stbl = DT_GETSTBL(p);
2204 (struct ldtentry *) & p->slot[stbl[i]];
2394 /* linelock stbl of non-root leaf page */
2453 s8 *stbl;
2611 stbl = DT_GETSTBL(pp);
2612 pxd = (pxd_t *) & pp->slot[stbl[index]];
2614 lv->offset = stbl[index];
2643 s8 *stbl;
2679 stbl = DT_GETSTBL(p);
2680 pxd = (pxd_t *) & p->slot[stbl[0]];
2693 stbl = DT_GETSTBL(p);
2695 pxd = (pxd_t *) & p->slot[stbl[i]];
2921 s8 *stbl;
2943 stbl = DT_GETSTBL(p);
2945 d = (struct ldtentry *) &p->slot[stbl[i]];
2952 lv->offset = stbl[i];
3013 s8 *stbl;
3187 stbl = DT_GETSTBL(p);
3190 d = (struct ldtentry *) & p->slot[stbl[i]];
3342 s8 *stbl;
3384 stbl = DT_GETSTBL(p);
3385 xd = (pxd_t *) & p->slot[stbl[0]];
3421 s8 *stbl;
3521 stbl = DT_GETSTBL(p);
3522 xd = (pxd_t *) & p->slot[stbl[pn]];
3838 s8 *stbl;
3847 stbl = DT_GETSTBL(p);
3848 si = stbl[i];
3907 s8 *stbl;
4016 /* if insert into middle, shift right succeeding entries in stbl */
4017 stbl = DT_GETSTBL(p);
4020 memmove(stbl + index + 1, stbl + index, nextindex - index);
4027 * in the stbl
4031 lh = (struct ldtentry *) & (p->slot[stbl[n]]);
4041 stbl[index] = hsi;
4043 /* advance next available entry index of stbl */
4251 * log freelist header, stbl, and each segment slot of entry
4260 s8 *stbl;
4268 stbl = DT_GETSTBL(p);
4269 fsi = stbl[fi];
4331 * shift left the succedding entries in the stbl
4335 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1);
4346 * log freelist header, stbl, and each segment slot of entry
4355 s8 *stbl;
4363 stbl = DT_GETSTBL(p);
4364 tsi = stbl[ti];
4524 s8 *stbl;
4547 stbl = DT_GETSTBL(p);
4548 entry_si = stbl[index];