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

/freebsd-13-stable/sbin/fsck_ffs/
H A Ddir.c120 idesc->id_loc = 0;
131 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
157 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
162 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
168 if (idesc->id_loc % DIRBLKSIZ != 0 || dircheck(idesc, bp, dp) != 0) {
172 idesc->id_loc += dp->d_reclen;
177 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz ||
178 idesc->id_loc % DIRBLKSIZ == 0)
183 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
196 size = DIRBLKSIZ - (idesc->id_loc
[all...]
H A Dfsck.h268 int id_loc; /* for DATA nodes, current location in dir */ member in struct:inodesc

Completed in 59 milliseconds