Home
last modified time | relevance | path

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

/freebsd-12.1/sys/nfs/
H A Dnfs_fha.h102 int (*fhe_stats_sysctl)(SYSCTL_HANDLER_ARGS); member
119 int fhe_stats_sysctl(SYSCTL_HANDLER_ARGS, struct fha_params *softc);
H A Dnfs_fha.c102 softc->callbacks.fhe_stats_sysctl, "A", ""); in fha_init()
466 fhe_stats_sysctl(SYSCTL_HANDLER_ARGS, struct fha_params *softc) in fhe_stats_sysctl() function
/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_fha_new.c85 softc->callbacks.fhe_stats_sysctl = fhenew_stats_sysctl; in fhanew_init()
270 return (fhe_stats_sysctl(oidp, arg1, arg2, req, &fhanew_softc)); in fhenew_stats_sysctl()