Searched refs:max_read (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.4/fs/fuse/ | 
| D | inode.c | 530 		ctx->max_read = result.uint_32;  in fuse_parse_param()570 	if (fc->max_read != ~0)  in fuse_show_options()
 571 		seq_printf(m, ",max_read=%u", fc->max_read);  in fuse_show_options()
 955 			ra_pages = fc->max_read / PAGE_SIZE;  in process_init_reply()
 1182 	fc->max_read = max_t(unsigned, 4096, ctx->max_read);  in fuse_fill_super_common()
 1306 	ctx->max_read = ~0;  in fuse_init_fs_context()
 
 | 
| D | fuse_i.h | 483 	unsigned int max_read;  member523 	unsigned max_read;  member
 
 | 
| D | cuse.c | 334 	fc->max_read = max_t(unsigned, arg->max_read, 4096);  in cuse_process_init_reply()
 | 
| D | virtio_fs.c | 1046 		.max_read = UINT_MAX,  in virtio_fs_fill_super()
 | 
| D | file.c | 922 	     (ap->num_pages + 1) * PAGE_SIZE > fc->max_read ||  in fuse_readpages_fill()1412 	size_t nmax = write ? fc->max_write : fc->max_read;  in fuse_direct_io()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ | 
| D | tid_rdma.h | 63 	u8 max_read;  member
 | 
| D | trace_tid.h | 311 		__field(u8, max_read)323 		__entry->max_read = param->max_read;
 334 		__entry->max_read,
 
 | 
| D | tid_rdma.c | 170 		(((u64)p->max_read & TID_OPFN_MAX_READ_MASK) <<  in tid_rdma_opfn_encode()183 	p->max_read = (data >> TID_OPFN_MAX_READ_SHIFT) &  in tid_rdma_opfn_decode()
 200 	p->max_read = TID_RDMA_MAX_READ_SEGS_PER_REQ;  in tid_rdma_opfn_init()
 1962 	req->n_flows = qpriv->tid_rdma.local.max_read;  in tid_rdma_rcv_read_request()
 3324 			priv->tid_req.n_flows = remote->max_read;  in setup_tid_rdma_wqe()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | fuse.h | 720 	uint32_t	max_read;  member
 | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | wm_adsp.c | 4123 	int mem_type, nwords, max_read;  in wm_adsp_buffer_capture_block()  local4138 	max_read = wm_adsp_compr_frag_words(compr);  in wm_adsp_buffer_capture_block()
 4145 	if (nwords > max_read)  in wm_adsp_buffer_capture_block()
 4146 		nwords = max_read;  in wm_adsp_buffer_capture_block()
 
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | fuse.txt | 107 'max_read=N'
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | cifsglob.h | 751 	unsigned int	max_read;  member
 | 
| D | smb2ops.c | 310 	return server->max_read == 0;  in smb2_need_neg()384 	rsize = min_t(unsigned int, rsize, server->max_read);  in smb2_negotiate_rsize()
 410 	rsize = min_t(unsigned int, rsize, server->max_read);  in smb3_negotiate_rsize()
 
 | 
| D | connect.c | 520 	server->max_read = 0;  in cifs_reconnect()
 | 
| D | smb2pdu.c | 946 	server->max_read = le32_to_cpu(rsp->MaxReadSize);  in SMB2_negotiate()
 |