Searched refs:id_loc (Results 1 – 2 of 2) sorted by relevance
211 idesc->id_loc = 0; in dirscan() 222 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf, in dirscan() 247 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz) in fsck_readdir() 252 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir() 258 if (idesc->id_loc % DIRBLKSIZ != 0 || dircheck(idesc, bp, dp) != 0) { in fsck_readdir() 262 idesc->id_loc += dp->d_reclen; in fsck_readdir() 267 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz || in fsck_readdir() 268 idesc->id_loc % DIRBLKSIZ == 0) in fsck_readdir() 273 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir() 286 size = DIRBLKSIZ - (idesc->id_loc in fsck_readdir() [all...]
259 int id_loc; /* for DATA nodes, current location in dir */263 int id_loc; /* for DATA nodes, current location in dir */ global() member