Lines Matching refs:dir_baseoff
84 static u_offset_t dir_baseoff;
206 dir_baseoff = 0;
290 * dir_baseoff - offset at start of dirbuf
293 * dir_baseoff
296 * baseblock - block address of dir_baseoff
297 * newoff - *poffset - dir_baseoff
319 newoff = offset - dir_baseoff;
351 dir_baseoff += len;
400 dir_baseoff += len;
440 (void) printf("getdirend blk %x dir_baseoff %llx newoff %x\n",
441 block, dir_baseoff, newoff);