Searched refs:max_read (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/fuse/ |
D | inode.c | 73 unsigned max_read; member 488 d->max_read = ~0; in parse_fuse_opt() 546 d->max_read = value; in parse_fuse_opt() 578 if (fc->max_read != ~0) in fuse_show_options() 579 seq_printf(m, ",max_read=%u", fc->max_read); in fuse_show_options() 930 ra_pages = fc->max_read / PAGE_SIZE; in process_init_reply() 1143 fc->max_read = max_t(unsigned, 4096, d.max_read); in fuse_fill_super()
|
D | cuse.c | 325 fc->max_read = max_t(unsigned, arg->max_read, 4096); in cuse_process_init_reply()
|
D | fuse_i.h | 474 unsigned max_read; member
|
D | file.c | 852 (req->num_pages + 1) * PAGE_SIZE > fc->max_read || in fuse_readpages_fill() 1336 size_t nmax = write ? fc->max_write : fc->max_read; in fuse_direct_io()
|
/Linux-v4.19/include/uapi/linux/ |
D | fuse.h | 630 uint32_t max_read; member
|
/Linux-v4.19/sound/soc/codecs/ |
D | wm_adsp.c | 3663 int mem_type, nwords, max_read; in wm_adsp_buffer_capture_block() local 3678 max_read = wm_adsp_compr_frag_words(compr); in wm_adsp_buffer_capture_block() 3685 if (nwords > max_read) in wm_adsp_buffer_capture_block() 3686 nwords = max_read; in wm_adsp_buffer_capture_block()
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse.txt | 107 'max_read=N'
|
/Linux-v4.19/fs/cifs/ |
D | cifsglob.h | 688 unsigned int max_read; member
|
D | smb2ops.c | 232 return server->max_read == 0; in smb2_need_neg() 280 rsize = min_t(unsigned int, rsize, server->max_read); in smb2_negotiate_rsize()
|
D | connect.c | 348 server->max_read = 0; in cifs_reconnect()
|
D | smb2pdu.c | 757 server->max_read = le32_to_cpu(rsp->MaxReadSize); in SMB2_negotiate()
|