Searched refs:stblindex (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_dtree.h163 * contiguous slots at slot specified by stblindex,
191 u8 stblindex; /* 1: slot index of start of stbl */ member in struct:__anon1212::__anon1213
223 (s8 *)&(p)->slot[(p)->header.stblindex] )
H A Djfs_dtree.c899 lv->offset = p->header.stblindex + n;
1272 lv->offset = sp->header.stblindex + n;
1415 rp->header.stblindex = 1;
1422 fsi = rp->header.stblindex + stblsize;
1507 stbl = (u8 *) & sp->slot[sp->header.stblindex];
1600 slv->offset = sp->header.stblindex + n;
1737 oldstblindex = sp->header.stblindex;
1770 sp->header.stblindex = newstblindex;
1950 rp->header.stblindex = DTROOTMAXSLOT;
2184 lv->offset = p->header.stblindex
[all...]

Completed in 120 milliseconds