Searched refs:rpc_auth (Results 1 – 9 of 9) sorted by relevance
27 struct rpc_auth * cr_auth;51 struct rpc_auth { struct74 struct rpc_auth * (*create)(struct rpc_clnt *); argument75 void (*destroy)(struct rpc_auth *);97 struct rpc_auth * rpcauth_create(unsigned int, struct rpc_clnt *);98 void rpcauth_destroy(struct rpc_auth *);99 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);104 int rpcauth_matchcred(struct rpc_auth *,111 void rpcauth_init_credcache(struct rpc_auth *);112 void rpcauth_free_credcache(struct rpc_auth *);[all …]
41 struct rpc_auth * cl_auth; /* authenticator */
55 struct rpc_auth *67 rpcauth_destroy(struct rpc_auth *auth) in rpcauth_destroy()78 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache()119 rpcauth_free_credcache(struct rpc_auth *auth) in rpcauth_free_credcache()145 rpcauth_gc_credcache(struct rpc_auth *auth) in rpcauth_gc_credcache()175 rpcauth_insert_credcache(struct rpc_auth *auth, struct rpc_cred *cred) in rpcauth_insert_credcache()192 rpcauth_lookup_credcache(struct rpc_auth *auth, int taskflags) in rpcauth_lookup_credcache()235 struct rpc_auth *auth = cred->cr_auth; in rpcauth_remove_credcache()253 rpcauth_lookupcred(struct rpc_auth *auth, int taskflags) in rpcauth_lookupcred()263 struct rpc_auth *auth = task->tk_auth; in rpcauth_bindcred()[all …]
22 static struct rpc_auth *25 struct rpc_auth *auth; in nul_create()28 if (!(auth = (struct rpc_auth *) rpc_allocate(0, sizeof(*auth)))) in nul_create()36 return (struct rpc_auth *) auth; in nul_create()40 nul_destroy(struct rpc_auth *auth) in nul_destroy()
38 static struct rpc_auth *41 struct rpc_auth *auth; in unx_create()44 if (!(auth = (struct rpc_auth *) rpc_allocate(0, sizeof(*auth)))) in unx_create()57 unx_destroy(struct rpc_auth *auth) in unx_destroy()
52 struct rpc_auth *auth;
211 struct rpc_auth *auth = req->rq_task->tk_auth; in nfs_xdr_readargs()360 struct rpc_auth *auth = task->tk_auth; in nfs_xdr_readdirargs()537 struct rpc_auth *auth = req->rq_task->tk_auth; in nfs_xdr_readlinkargs()
338 struct rpc_auth *auth = req->rq_task->tk_auth; in nfs3_xdr_readargs()474 struct rpc_auth *auth = req->rq_task->tk_auth; in nfs3_xdr_readdirargs()721 struct rpc_auth *auth = req->rq_task->tk_auth; in nfs3_xdr_readlinkargs()
851 struct rpc_auth *auth; in nfs_open()