Searched refs:id_filesize (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c116 (idesc->id_filesize & (DIRBLKSIZ - 1)) != 0)
117 idesc->id_filesize = roundup(idesc->id_filesize, DIRBLKSIZ);
120 idesc->id_filesize -= (offset_t)blksiz;
153 return (idesc->id_filesize > 0 ? KEEPON : STOP);
172 * Sanity check id_filesize and id_loc fields. The latter
179 if ((idesc->id_filesize <= 0) || (idesc->id_loc >= blksiz) ||
222 idesc->id_filesize -= (offset_t)size;
299 idesc->id_filesize -= (offset_t)dp->d_reclen;
304 * Again, we sanity check the id_loc and id_filesize field
[all...]
H A Dpass3b.c140 curino.id_filesize = aclp->i_isize;
243 if (aclbufoff == idesc->id_filesize) {
247 if ((size + aclbufoff) > idesc->id_filesize)
248 size = idesc->id_filesize - aclbufoff;
H A Dpass3.c432 idesc.id_filesize = dp->di_size;
H A Dinode.c182 * id_filesize The number of bytes in the overall directory left to
216 if (idesc->id_filesize == 0)
217 idesc->id_filesize = (offset_t)dp->di_size;
541 last_lbn = howmany(idesc->id_filesize, sblock.fs_bsize);
H A Dfsck.h207 offset_t id_filesize; /* for DATA nodes, the size of the directory */ member in struct:inodesc
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h139 offset_t id_filesize; /* for DATA nodes, the size of the directory */ member in struct:inodesc

Completed in 69 milliseconds