• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/

Lines Matching defs:stbl

588 	s8 *stbl;
640 stbl = DT_GETSTBL(p);
651 ciCompare(&ciKey, p, stbl[index],
656 cmp = dtCompare(&ciKey, p, stbl[index]);
669 ((struct ldtentry *) & p->slot[stbl[index]])->inumber);
790 pxd = (pxd_t *) & p->slot[stbl[index]];
900 /* linelock stbl of non-root leaf page */
982 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */
1024 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */
1275 /* linelock stbl of non-root parent page */
1347 u8 *stbl;
1447 /* linelock header + stbl (first slot) of new page */
1514 stbl = (u8 *) & sp->slot[sp->header.stblindex];
1521 si = stbl[nxt];
1559 /* linelock header + stbl of new right page */
1585 stbl = DT_GETSTBL(rp);
1587 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]];
1602 /* linelock stbl of split page */
1665 u8 *stbl;
1709 stbl = DT_GETSTBL(sp);
1712 (struct ldtentry *) & sp->slot[stbl[n]];
1742 * copy old stbl to new stbl at start of extended area
1762 /* linelock new stbl of extended page */
1781 * add old stbl region at head of freelist
1887 s8 *stbl;
1945 /* linelock header + copied entries + new stbl (1st slot) in new page */
1956 /* copy old stbl to new stbl at start of extended area */
1958 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT];
1959 memcpy(stbl, sp->header.stbl, sp->header.nextindex);
2000 stbl = DT_GETSTBL(rp);
2002 ldtentry = (struct ldtentry *) & rp->slot[stbl[n]];
2051 stbl = sp->header.stbl;
2052 stbl[0] = DTENTRYSTART;
2096 u8 *stbl;
2118 stbl = DT_GETSTBL(p);
2119 ldtentry = (struct ldtentry *) & p->slot[stbl[index]];
2135 stbl = DT_GETSTBL(np);
2138 slot[stbl[0]];
2146 (struct ldtentry *) & p->slot[stbl[index + 1]];
2185 /* linelock stbl of non-root leaf page */
2202 * Update directory index table for entries moved in stbl
2208 stbl = DT_GETSTBL(p);
2211 (struct ldtentry *) & p->slot[stbl[i]];
2401 /* linelock stbl of non-root leaf page */
2460 s8 *stbl;
2618 stbl = DT_GETSTBL(pp);
2619 pxd = (pxd_t *) & pp->slot[stbl[index]];
2621 lv->offset = stbl[index];
2650 s8 *stbl;
2686 stbl = DT_GETSTBL(p);
2687 pxd = (pxd_t *) & p->slot[stbl[0]];
2700 stbl = DT_GETSTBL(p);
2702 pxd = (pxd_t *) & p->slot[stbl[i]];
2928 s8 *stbl;
2950 stbl = DT_GETSTBL(p);
2952 d = (struct ldtentry *) &p->slot[stbl[i]];
2959 lv->offset = stbl[i];
3020 s8 *stbl;
3192 stbl = DT_GETSTBL(p);
3195 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];