Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
Dvfs_readv.c42 …_buf_and_check(int fd, const struct iovec *iov, int iovcnt, ssize_t *totalbytesread, off_t *offset) in pread_buf_and_check() argument
49 *totalbytesread = VFS_ERROR; in pread_buf_and_check()
62 *totalbytesread = 0; in pread_buf_and_check()
73 *totalbytesread = VFS_ERROR; in pread_buf_and_check()
77 *totalbytesread = (offset == NULL) ? read(fd, buf, buflen) in pread_buf_and_check()
79 if ((*totalbytesread == VFS_ERROR) || (*totalbytesread == 0)) { in pread_buf_and_check()
98 ssize_t totalbytesread = 0; in vfs_readv() local
101 buf = pread_buf_and_check(fd, iov, iovcnt, &totalbytesread, offset); in vfs_readv()
103 return totalbytesread; in vfs_readv()
107 bytesleft = totalbytesread; in vfs_readv()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
Dzip_inflate.c192 zip_ops->bytes_read = result_ptr->s.totalbytesread; in zip_inflate()
Dzip_regs.h340 u64 totalbytesread : 32; member
342 u64 totalbytesread : 32; member