Home
last modified time | relevance | path

Searched refs:DEFAULT_MSIZE (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/9p/
H A Dclient.h23 #define DEFAULT_MSIZE ((128 * 1024) + P9_IOHDRSZ) macro
/linux/fs/9p/
H A Dvfs_super.c333 ctx->client_opts.msize = DEFAULT_MSIZE; in v9fs_init_fs_context()
/linux/net/9p/
H A Dclient.c50 if (clnt->msize != DEFAULT_MSIZE) in p9_show_client_options()