Searched refs:ch_fsize (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddecomp.h44 uint64_t ch_fsize; member in struct:comphdr
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c192 hdr->ch_fsize = srclen;
279 blks = (hdr->ch_fsize - 1) / blksize;
303 slen = hdr->ch_fsize - hdr->ch_blkmap[i];
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c268 size_t fsize = dp->dc_hdr->ch_fsize;
318 vap->va_size = dp->dc_hdr->ch_fsize;
461 xlen = hdr->ch_fsize - off;
950 hdr->ch_fsize == 0 || hdr->ch_blksize < PAGESIZE ||
975 hdr->ch_blkmap[((hdr->ch_fsize-1) / bsize) + 1] = vattr.va_size;
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3789 hdr->ch_algorithm != CH_ALG_ZLIB || hdr->ch_fsize == 0 ||
3992 if (i == hdr->ch_fsize / file->_bsize)
4215 *size = hdr->ch_fsize;

Completed in 70 milliseconds