| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | inode.c | 607 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 D | cuse.c | 336 fc->max_read = max_t(unsigned, arg->max_read, 4096); in cuse_process_init_reply()
|
| H A D | fuse_i.h | 523 unsigned int max_read; member 566 unsigned max_read; member
|
| H A D | virtio_fs.c | 1289 ctx->max_read = UINT_MAX; in virtio_fs_ctx_set_defaults()
|
| H A D | file.c | 967 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 D | tid_rdma.h | 63 u8 max_read; member
|
| H A D | trace_tid.h | 311 __field(u8, max_read) 323 __entry->max_read = param->max_read; 334 __entry->max_read,
|
| H A 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() 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 D | fuse.h | 641 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 D | fuse.h | 641 uint32_t max_read; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fuse.h | 736 uint32_t max_read; member
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm_adsp.c | 4241 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 D | cyttsp5_device_access.c | 4503 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 D | fuse.rst | 97 max_read=N
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsglob.h | 761 unsigned int max_read; member
|
| H A D | smb2ops.c | 325 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 D | inode.c | 66 if (cifs_sb_master_tcon(cifs_sb)->ses->server->max_read <
|
| H A D | cifssmb.c | 507 server->max_read = server->maxBuf; in decode_lanman_negprot_rsp() 670 server->max_read = server->maxBuf; in CIFSSMBNegotiate()
|
| H A D | connect.c | 446 server->max_read = 0; in cifs_reconnect()
|
| H A D | smb2pdu.c | 947 server->max_read = le32_to_cpu(rsp->MaxReadSize); in SMB2_negotiate()
|