Searched defs:total_bytes_wanted (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c227 uint_t total_bytes_wanted; local
274 total_bytes_wanted = res->rd_bufsize;
275 bufsize = total_bytes_wanted + sizeof (struct dirent64);
290 if (outcount + this_reclen > total_bytes_wanted) {
310 assert(outcount <= total_bytes_wanted);
325 * total_bytes_wanted is not large enough for one
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1473 ulong_t total_bytes_wanted; local
1511 total_bytes_wanted = uiop->uio_iov->iov_len;
1512 bufsize = total_bytes_wanted + sizeof (struct dirent64);
1525 if (outcount + reclen > total_bytes_wanted) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c3921 uint_t bytes_wanted, total_bytes_wanted; local
3956 total_bytes_wanted = iovp->iov_len;
3979 bufsize = total_bytes_wanted;
3983 bufsize = total_bytes_wanted;
3988 bytes_wanted = total_bytes_wanted;

Completed in 61 milliseconds