Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H A Dsvc.h425 int sunrpc_get_pool_mode(char *val, size_t size);
/linux-6.15/net/sunrpc/
H A Dsvc.c130 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-6.15/fs/nfsd/
H A Dnfsctl.c2154 if (sunrpc_get_pool_mode(buf, ARRAY_SIZE(buf)) >= ARRAY_SIZE(buf)) in nfsd_nl_pool_mode_get_doit()