stblindex         894 fs/jfs/jfs_dtree.c 		lv->offset = p->header.stblindex + n;
stblindex        1267 fs/jfs/jfs_dtree.c 				lv->offset = sp->header.stblindex + n;
stblindex        1410 fs/jfs/jfs_dtree.c 	rp->header.stblindex = 1;
stblindex        1417 fs/jfs/jfs_dtree.c 	fsi = rp->header.stblindex + stblsize;
stblindex        1502 fs/jfs/jfs_dtree.c 	stbl = (u8 *) & sp->slot[sp->header.stblindex];
stblindex        1595 fs/jfs/jfs_dtree.c 		slv->offset = sp->header.stblindex + n;
stblindex        1732 fs/jfs/jfs_dtree.c 	oldstblindex = sp->header.stblindex;
stblindex        1765 fs/jfs/jfs_dtree.c 	sp->header.stblindex = newstblindex;
stblindex        1945 fs/jfs/jfs_dtree.c 	rp->header.stblindex = DTROOTMAXSLOT;
stblindex        2179 fs/jfs/jfs_dtree.c 			lv->offset = p->header.stblindex + i;
stblindex        2398 fs/jfs/jfs_dtree.c 			lv->offset = p->header.stblindex + i;
stblindex        4068 fs/jfs/jfs_dtree.c 	sstbl = (s8 *) & sp->slot[sp->header.stblindex];
stblindex        4069 fs/jfs/jfs_dtree.c 	dstbl = (s8 *) & dp->slot[dp->header.stblindex];
stblindex         191 fs/jfs/jfs_dtree.h 		u8 stblindex;	/* 1: slot index of start of stbl */
stblindex         223 fs/jfs/jfs_dtree.h 	(s8 *)&(p)->slot[(p)->header.stblindex] )