Searched refs:id_loc (Results 1 – 3 of 3) sorted by relevance
123 idesc->id_loc = 0; in dirscan()145 idesc->id_loc - dsize), in dirscan()168 int origloc = idesc->id_loc; in fsck_readdir()179 if ((idesc->id_filesize <= 0) || (idesc->id_loc >= blksiz) || in fsck_readdir()180 ((idesc->id_loc & 3) != 0)) in fsck_readdir()201 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()216 size = DIRBLKSIZ - (idesc->id_loc & (DIRBLKSIZ - 1)); in fsck_readdir()221 idesc->id_loc += size; in fsck_readdir()298 idesc->id_loc += dp->d_reclen; in fsck_readdir()307 if ((idesc->id_loc & (DIRBLKSIZ - 1)) && /* not at start */ in fsck_readdir()[all …]
208 uint_t id_loc; /* for DATA nodes, current location in dir */ member
140 int id_loc; /* for DATA nodes, current location in dir */ member