Home
last modified time | relevance | path

Searched refs:total_bytes_wanted (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c227 uint_t total_bytes_wanted; in create_dirents() local
274 total_bytes_wanted = res->rd_bufsize; in create_dirents()
275 bufsize = total_bytes_wanted + sizeof (struct dirent64); in create_dirents()
290 if (outcount + this_reclen > total_bytes_wanted) { in create_dirents()
310 assert(outcount <= total_bytes_wanted); in create_dirents()
/titanic_53/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1456 ulong_t total_bytes_wanted; in tmp_readdir() local
1494 total_bytes_wanted = uiop->uio_iov->iov_len; in tmp_readdir()
1495 bufsize = total_bytes_wanted + sizeof (struct dirent64); in tmp_readdir()
1508 if (outcount + reclen > total_bytes_wanted) { in tmp_readdir()
/titanic_53/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c3908 uint_t bytes_wanted, total_bytes_wanted; in ufs_readdir() local
3943 total_bytes_wanted = iovp->iov_len; in ufs_readdir()
3966 bufsize = total_bytes_wanted; in ufs_readdir()
3970 bufsize = total_bytes_wanted; in ufs_readdir()
3975 bytes_wanted = total_bytes_wanted; in ufs_readdir()