Lines Matching defs:bytes
428 * space requests 'len' bytes at 'vbo'. If FALLOC_FL_KEEP_SIZE is set
954 size_t copied, bytes;
957 bytes = frame_size - off;
958 if (bytes > count)
959 bytes = count;
964 if (unlikely(fault_in_iov_iter_readable(from, bytes))) {
976 loff_t to = pos + bytes;
993 WARN_ON(!bytes);
1004 min(tail, bytes), from);
1008 bytes -= cp;
1009 if (!bytes || !cp)