Home
last modified time | relevance | path

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

/linux-6.1.9/net/9p/
Dclient.c31 #define DEFAULT_MSIZE (128 * 1024) macro
67 if (clnt->msize != DEFAULT_MSIZE) in p9_show_client_options()
140 clnt->msize = DEFAULT_MSIZE; in parse_opts()