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 */
2623 s8 *stbl;
2645 stbl = DT_GETSTBL(p);
2647 d = (struct ldtentry *) &p->slot[stbl[i]];
2654 lv->offset = stbl[i];
2715 s8 *stbl;
2889 stbl = DT_GETSTBL(p);
2892 d = (struct ldtentry *) & p->slot[stbl[i]];
3044 s8 *stbl;
3086 stbl = DT_GETSTBL(p);
3087 xd = (pxd_t *) & p->slot[stbl[0]];
3123 s8 *stbl;
3223 stbl = DT_GETSTBL(p);
3224 xd = (pxd_t *) & p->slot[stbl[pn]];
3540 s8 *stbl;
3549 stbl = DT_GETSTBL(p);
3550 si = stbl[i];
3609 s8 *stbl;
3718 /* if insert into middle, shift right succeeding entries in stbl */
3719 stbl = DT_GETSTBL(p);
3722 memmove(stbl + index + 1, stbl + index, nextindex - index);
3729 * in the stbl
3733 lh = (struct ldtentry *) & (p->slot[stbl[n]]);
3743 stbl[index] = hsi;
3745 /* advance next available entry index of stbl */
3953 * log freelist header, stbl, and each segment slot of entry
3962 s8 *stbl;
3970 stbl = DT_GETSTBL(p);
3971 fsi = stbl[fi];
4033 * shift left the succedding entries in the stbl
4037 memmove(&stbl[fi], &stbl[fi + 1], si - fi - 1);
4048 * log freelist header, stbl, and each segment slot of entry
4057 s8 *stbl;
4065 stbl = DT_GETSTBL(p);
4066 tsi = stbl[ti];
4226 s8 *stbl;
4249 stbl = DT_GETSTBL(p);
4250 entry_si = stbl[index];