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.c121 * sunrpc_get_pool_mode - get the current pool_mode for the host
130 sunrpc_get_pool_mode(char *buf, size_t size) in sunrpc_get_pool_mode() function
148 EXPORT_SYMBOL(sunrpc_get_pool_mode);
156 len = sunrpc_get_pool_mode(str, ARRAY_SIZE(str)); in param_get_pool_mode()
/linux/include/linux/sunrpc/
H A Dsvc.h425 int sunrpc_get_pool_mode(char *val, size_t size);
/linux/fs/nfsd/
H A Dnfsctl.c2156 if (sunrpc_get_pool_mode(buf, ARRAY_SIZE(buf)) >= ARRAY_SIZE(buf)) in nfsd_nl_listener_get_doit()