Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dnfssvc.c83 .pg_stats = &nfsd_acl_svcstats,
115 .pg_stats = &nfsd_svcstats, /* version table */
/linux-3.4.99/include/linux/sunrpc/
Dsvc.h375 struct svc_stat * pg_stats; /* rpc statistics */ member
/linux-3.4.99/fs/nfs/
Dcallback.c410 .pg_stats = &nfs4_callback_stats,
/linux-3.4.99/fs/lockd/
Dsvc.c659 .pg_stats = &nlmsvc_stats, /* stats table */
/linux-3.4.99/net/sunrpc/
Dsvc.c435 serv->sv_stats = prog->pg_stats; in __svc_create()