Lines Matching defs:more
314 * will be updated if appropriate; 0 will be returned if there is no more data
433 * destination. It returns when there's no more buffers left in
436 * pipe needs to be filled with more data, zero if the required
517 * or -errno if no more data needs to be spliced.
594 * This function does little more than loop over the pipe and call
938 * source and the caller didn't indicate they would be sending more data after
974 /* Don't try to read more the pipe has space for. */
1016 int i, flags, more;
1060 more = sd->flags & SPLICE_F_MORE;
1080 if (read_len >= len && !more)
1116 if (ret == 0 && !more && len > 0 && bytes)