Home
last modified time | relevance | path

Searched refs:rpc_auth (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dauth.h27 struct rpc_auth * cr_auth;
51 struct rpc_auth { struct
74 struct rpc_auth * (*create)(struct rpc_clnt *); argument
75 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 …]
Dclnt.h41 struct rpc_auth * cl_auth; /* authenticator */
/linux-2.4.37.9/net/sunrpc/
Dauth.c55 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 …]
Dauth_null.c22 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()
Dauth_unix.c38 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()
/linux-2.4.37.9/include/linux/
Dnfs_flushd.h52 struct rpc_auth *auth;
/linux-2.4.37.9/fs/nfs/
Dnfs2xdr.c211 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()
Dnfs3xdr.c338 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()
Dinode.c851 struct rpc_auth *auth; in nfs_open()