Searched refs:id_loc (Results 1 – 3 of 3) sorted by relevance
121 idesc->id_loc = 0; in dirscan()143 idesc->id_loc - dsize), in dirscan()166 int origloc = idesc->id_loc; in fsck_readdir()177 if ((idesc->id_filesize <= 0) || (idesc->id_loc >= blksiz) || in fsck_readdir()178 ((idesc->id_loc & 3) != 0)) in fsck_readdir()199 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()214 size = DIRBLKSIZ - (idesc->id_loc & (DIRBLKSIZ - 1)); in fsck_readdir()219 idesc->id_loc += size; in fsck_readdir()296 idesc->id_loc += dp->d_reclen; in fsck_readdir()305 if ((idesc->id_loc & (DIRBLKSIZ - 1)) && /* not at start */ in fsck_readdir()[all …]
204 uint_t id_loc; /* for DATA nodes, current location in dir */ member
121 int id_loc; /* for DATA nodes, current location in dir */ member