Home
last modified time | relevance | path

Searched refs:max_read (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c607 ctx->max_read = result.uint_32; in fuse_parse_param()
647 if (fc->max_read != ~0) in fuse_show_options()
648 seq_printf(m, ",max_read=%u", fc->max_read); in fuse_show_options()
1077 ra_pages = fc->max_read / PAGE_SIZE; in process_init_reply()
1404 fc->max_read = max_t(unsigned int, 4096, ctx->max_read); in fuse_fill_super_common()
1541 ctx->max_read = ~0; in fuse_init_fs_context()
H A Dcuse.c336 fc->max_read = max_t(unsigned, arg->max_read, 4096); in cuse_process_init_reply()
H A Dfuse_i.h523 unsigned int max_read; member
566 unsigned max_read; member
H A Dvirtio_fs.c1289 ctx->max_read = UINT_MAX; in virtio_fs_ctx_set_defaults()
H A Dfile.c967 fc->max_read / PAGE_SIZE); in fuse_readahead()
1443 size_t nmax = write ? fc->max_write : fc->max_read; in fuse_direct_io()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h63 u8 max_read; member
H A Dtrace_tid.h311 __field(u8, max_read)
323 __entry->max_read = param->max_read;
334 __entry->max_read,
H A Dtid_rdma.c170 (((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()
3325 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfuse.h641 uint32_t max_read; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfuse.h641 uint32_t max_read; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfuse.h736 uint32_t max_read; member
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c4241 int mem_type, nwords, max_read; in wm_adsp_buffer_capture_block() local
4256 max_read = wm_adsp_compr_frag_words(compr); in wm_adsp_buffer_capture_block()
4263 if (nwords > max_read) in wm_adsp_buffer_capture_block()
4264 nwords = max_read; in wm_adsp_buffer_capture_block()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_device_access.c4503 int max_read; in tthe_get_panel_data_debugfs_write() local
4531 max_read = CY_CMD_RET_PANEL_HDR; in tthe_get_panel_data_debugfs_write()
4532 max_read += dad->heatmap.num_element * CY_CMD_RET_PANEL_ELMNT_SZ_MAX; in tthe_get_panel_data_debugfs_write()
4534 if (max_read >= CY_MAX_PRBUF_SIZE) { in tthe_get_panel_data_debugfs_write()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfuse.rst97 max_read=N
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsglob.h761 unsigned int max_read; member
H A Dsmb2ops.c325 return server->max_read == 0; in smb2_need_neg()
396 rsize = min_t(unsigned int, rsize, server->max_read); in smb2_negotiate_rsize()
412 rsize = min_t(unsigned int, rsize, server->max_read); in smb3_negotiate_rsize()
H A Dinode.c66 if (cifs_sb_master_tcon(cifs_sb)->ses->server->max_read <
H A Dcifssmb.c507 server->max_read = server->maxBuf; in decode_lanman_negprot_rsp()
670 server->max_read = server->maxBuf; in CIFSSMBNegotiate()
H A Dconnect.c446 server->max_read = 0; in cifs_reconnect()
H A Dsmb2pdu.c947 server->max_read = le32_to_cpu(rsp->MaxReadSize); in SMB2_negotiate()