Searched refs:max_read (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/fs/fuse/
H A Dinode.c70 unsigned max_read; member in struct:fuse_mount_data
453 {OPT_MAX_READ, "max_read=%u"},
473 d->max_read = ~0; parse_fuse_opt()
531 d->max_read = value; parse_fuse_opt()
563 if (fc->max_read != ~0) fuse_show_options()
564 seq_printf(m, ",max_read=%u", fc->max_read); fuse_show_options()
904 ra_pages = fc->max_read / PAGE_CACHE_SIZE; process_init_reply()
1102 fc->max_read = max_t(unsigned, 4096, d.max_read); fuse_fill_super()
H A Dcuse.c324 fc->max_read = max_t(unsigned, arg->max_read, 4096); cuse_process_init_reply()
H A Dfuse_i.h472 unsigned max_read; member in struct:fuse_conn
H A Dfile.c839 (req->num_pages + 1) * PAGE_CACHE_SIZE > fc->max_read || fuse_readpages_fill()
1315 size_t nmax = write ? fc->max_write : fc->max_read; fuse_direct_io()
/linux-4.4.14/include/uapi/linux/
H A Dfuse.h607 uint32_t max_read; member in struct:cuse_init_out
/linux-4.4.14/fs/cifs/
H A Dsmb2ops.c214 return server->max_read == 0; smb2_need_neg()
253 rsize = min_t(unsigned int, rsize, server->max_read); smb2_negotiate_rsize()
H A Dcifsglob.h628 unsigned int max_read; member in struct:TCP_Server_Info
H A Dsmb2pdu.c469 server->max_read = le32_to_cpu(rsp->MaxReadSize); SMB2_negotiate()
H A Dconnect.c332 server->max_read = 0; cifs_reconnect()

Completed in 334 milliseconds