Lines Matching refs:entryoffsetinblk
1026 int entryoffsetinblk; /* offset of ep in fbp's buffer */
1239 entryoffsetinblk = 0;
1259 entryoffsetinblk = 0;
1267 (entryoffsetinblk & (DIRBLKSIZ - 1)) == 0) {
1281 * entryoffsetinblk here because it starts out as zero
1285 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk);
1288 dirmangled(tdp, ep, entryoffsetinblk, offset)) {
1289 i = DIRBLKSIZ - (entryoffsetinblk & (DIRBLKSIZ - 1));
1291 entryoffsetinblk += i;
1393 entryoffsetinblk += ep->d_reclen;