Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfssvc.c82 .pg_stats = &nfsd_acl_svcstats,
114 .pg_stats = &nfsd_svcstats, /* version table */
/linux-4.4.14/include/linux/sunrpc/
Dsvc.h389 struct svc_stat * pg_stats; /* rpc statistics */ member
/linux-4.4.14/fs/nfs/
Dcallback.c473 .pg_stats = &nfs4_callback_stats,
/linux-4.4.14/fs/lockd/
Dsvc.c699 .pg_stats = &nlmsvc_stats, /* stats table */
/linux-4.4.14/net/sunrpc/
Dsvc.c421 serv->sv_stats = prog->pg_stats; in __svc_create()