Lines Matching defs:bytes
313 * Return: On success, the number of bytes read will be returned and *@ppos
434 * the pipe or if the requested number of bytes (@sd->total_len)
437 * number of bytes have been copied and -errno on error.
623 * @len: how many bytes to splice
656 * @len: number of bytes to splice
783 * @len: number of bytes to splice
787 * Will send @len bytes from the pipe to a network socket. No data copying
952 * @len: Number of bytes to splice
1014 long ret, bytes;
1049 bytes = 0;
1094 bytes += ret;
1107 return bytes;
1116 if (ret == 0 && !more && len > 0 && bytes)
1130 if (!bytes)
1131 bytes = ret;
1160 * @len: number of bytes to splice