Lines Matching refs:MAX_RW_COUNT
459 if (count > MAX_RW_COUNT) in vfs_read()
460 count = MAX_RW_COUNT; in vfs_read()
513 if (count > MAX_RW_COUNT) in __kernel_write()
514 count = MAX_RW_COUNT; in __kernel_write()
555 if (count > MAX_RW_COUNT) in vfs_write()
556 count = MAX_RW_COUNT; in vfs_write()
828 if (len > MAX_RW_COUNT - ret) { in rw_copy_check_uvector()
829 len = MAX_RW_COUNT - ret; in rw_copy_check_uvector()
899 if (len > MAX_RW_COUNT - tot_len) in compat_rw_copy_check_uvector()
900 len = MAX_RW_COUNT - tot_len; in compat_rw_copy_check_uvector()
1423 if (count > MAX_RW_COUNT) in do_sendfile()
1424 count = MAX_RW_COUNT; in do_sendfile()
1594 len > MAX_RW_COUNT ? MAX_RW_COUNT : len, 0); in generic_copy_file_range()
1662 min_t(loff_t, MAX_RW_COUNT, len), in vfs_copy_file_range()