authnull_ops      147 include/linux/sunrpc/auth.h extern const struct rpc_authops	authnull_ops;
authnull_ops       33 net/sunrpc/auth.c 	[RPC_AUTH_NULL] = (const struct rpc_authops __force __rcu *)&authnull_ops,
authnull_ops      721 net/sunrpc/auth.c 		new = authnull_ops.lookup_cred(NULL, NULL, 0);
authnull_ops      104 net/sunrpc/auth_null.c const struct rpc_authops authnull_ops = {
authnull_ops      119 net/sunrpc/auth_null.c 	.au_ops		= &authnull_ops,