Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc.c129 sunrpc_get_pool_mode(char *buf, size_t size) in sunrpc_get_pool_mode() function
147 EXPORT_SYMBOL(sunrpc_get_pool_mode);
155 len = sunrpc_get_pool_mode(str, ARRAY_SIZE(str)); in param_get_pool_mode()
/linux/include/linux/sunrpc/
H A Dsvc.h403 int sunrpc_get_pool_mode(char *val, size_t size);
/linux/fs/nfsd/
H A Dnfsctl.c2190 if (sunrpc_get_pool_mode(buf, ARRAY_SIZE(buf)) >= ARRAY_SIZE(buf)) in nfsd_nl_pool_mode_get_doit()