Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dcallback.c464 .pg_rpcbind_set = svc_generic_rpcbind_set,
/Linux-v5.10/include/linux/sunrpc/
Dsvc.h415 int (*pg_rpcbind_set)(struct net *net, member
/Linux-v5.10/fs/nfsd/
Dnfssvc.c114 .pg_rpcbind_set = nfsd_acl_rpcbind_set,
147 .pg_rpcbind_set = nfsd_rpcbind_set,
/Linux-v5.10/fs/lockd/
Dsvc.c818 .pg_rpcbind_set = svc_generic_rpcbind_set,
/Linux-v5.10/net/sunrpc/
Dsvc.c1067 error = progp->pg_rpcbind_set(net, progp, i, in svc_register()