MAX_RW_COUNT      459 fs/read_write.c 		if (count > MAX_RW_COUNT)
MAX_RW_COUNT      460 fs/read_write.c 			count =  MAX_RW_COUNT;
MAX_RW_COUNT      513 fs/read_write.c 	if (count > MAX_RW_COUNT)
MAX_RW_COUNT      514 fs/read_write.c 		count =  MAX_RW_COUNT;
MAX_RW_COUNT      555 fs/read_write.c 		if (count > MAX_RW_COUNT)
MAX_RW_COUNT      556 fs/read_write.c 			count =  MAX_RW_COUNT;
MAX_RW_COUNT      828 fs/read_write.c 		if (len > MAX_RW_COUNT - ret) {
MAX_RW_COUNT      829 fs/read_write.c 			len = MAX_RW_COUNT - ret;
MAX_RW_COUNT      899 fs/read_write.c 		if (len > MAX_RW_COUNT - tot_len)
MAX_RW_COUNT      900 fs/read_write.c 			len = MAX_RW_COUNT - tot_len;
MAX_RW_COUNT     1423 fs/read_write.c 	if (count > MAX_RW_COUNT)
MAX_RW_COUNT     1424 fs/read_write.c 		count =  MAX_RW_COUNT;
MAX_RW_COUNT     1594 fs/read_write.c 				len > MAX_RW_COUNT ? MAX_RW_COUNT : len, 0);
MAX_RW_COUNT     1662 fs/read_write.c 				min_t(loff_t, MAX_RW_COUNT, len),
MAX_RW_COUNT      869 fs/splice.c    	if (unlikely(len > MAX_RW_COUNT))
MAX_RW_COUNT      870 fs/splice.c    		len = MAX_RW_COUNT;
MAX_RW_COUNT     1051 lib/iov_iter.c 	if (WARN_ON(unroll > MAX_RW_COUNT))
MAX_RW_COUNT     1686 lib/iov_iter.c 	if (len > MAX_RW_COUNT)
MAX_RW_COUNT     1687 lib/iov_iter.c 		len = MAX_RW_COUNT;