Lines Matching defs:bytes
290 * @len: number of bytes to splice
345 * Send 'sd->len' bytes to socket from 'sd->file' at position 'sd->pos'
346 * using sendpage(). Return the number of bytes sent.
386 * the pipe or if the requested number of bytes (@sd->total_len)
389 * number of bytes have been copied and -errno on error.
575 * @len: how many bytes to splice
608 * @len: number of bytes to splice
732 * @len: number of bytes to splice
736 * Will send @len bytes from the pipe to a network socket. No data copying
808 long ret, bytes;
846 bytes = 0;
894 bytes += ret;
907 return bytes;
921 if (!bytes)
922 bytes = ret;
943 * @len: number of bytes to splice