Home
last modified time | relevance | path

Searched refs:id_loc (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sbin/fsck/
H A Ddir.c94 idesc->id_loc = 0;
122 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
147 idesc->id_loc < blksiz) {
163 idesc->id_loc += DIRBLKSIZ;
168 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
170 dploc = idesc->id_loc;
172 idesc->id_loc += dp->d_reclen;
174 if ((idesc->id_loc % DIRBLKSIZ) == 0)
179 size = DIRBLKSIZ - (idesc->id_loc % DIRBLKSIZ);
180 idesc->id_loc += size;
[all …]
H A Dfsck.h80 int id_loc; /* for DATA nodes, current location in dir */ member