Lines Matching refs:id_filesize
204 (idesc->id_filesize & (DIRBLKSIZ - 1)) != 0)
205 idesc->id_filesize = roundup(idesc->id_filesize, DIRBLKSIZ);
208 idesc->id_filesize -= blksiz;
230 return (idesc->id_filesize > 0 ? KEEPON : STOP);
247 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz)
263 idesc->id_filesize -= dp->d_reclen;
267 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz ||
288 idesc->id_filesize -= size;
323 idesc->id_filesize < size ||