Home
last modified time | relevance | path

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

/fs/fuse/
Dinode.c70 unsigned max_read; member
441 d->max_read = ~0; in parse_fuse_opt()
494 d->max_read = value; in parse_fuse_opt()
526 if (fc->max_read != ~0) in fuse_show_options()
527 seq_printf(m, ",max_read=%u", fc->max_read); in fuse_show_options()
845 ra_pages = fc->max_read / PAGE_CACHE_SIZE; in process_init_reply()
1000 fc->max_read = max_t(unsigned, 4096, d.max_read); in fuse_fill_super()
Dcuse.c323 fc->max_read = max_t(unsigned, arg->max_read, 4096); in cuse_process_init_reply()
Dfuse_i.h345 unsigned max_read; member
Dfile.c657 (req->num_pages + 1) * PAGE_CACHE_SIZE > fc->max_read || in fuse_readpages_fill()
1067 size_t nmax = write ? fc->max_write : fc->max_read; in fuse_direct_io()