Home
last modified time | relevance | path

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

/openbmc/linux/net/9p/
H A Dclient.c35 #define DEFAULT_MSIZE ((128 * 1024) + P9_IOHDRSZ) macro
71 if (clnt->msize != DEFAULT_MSIZE) in p9_show_client_options()
144 clnt->msize = DEFAULT_MSIZE; in parse_opts()