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

/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c55 int64_t filebytes; member in struct:memblock
63 int64_t filebytes; member in struct:memdata
98 private->last->filebytes += (int64_t)size;
133 if (private->filebytes > 0) {
138 if (private->filebytes > (int64_t)filedatasize)
141 size = (ssize_t)private->filebytes;
142 private->filebytes -= size;
158 private->filebytes = block->filebytes;
176 if (private->filebytes >
[all...]
/freebsd-current/sys/ufs/ffs/
H A Dffs_rawread.c411 off_t filebytes; /* Bytes left of file */ local
432 filebytes = ip->i_size - uio->uio_offset;
435 if (uio->uio_resid <= filebytes) {
442 blockbytes = (int) filebytes - partialbytes;

Completed in 166 milliseconds