Searched refs:svc_cred (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.h22 struct svc_cred creds;
H A Dgss_rpc_upcall.c269 sizeof(struct svc_cred))
338 /* steal group info from struct svc_cred */
339 data->creds = *(struct svc_cred *)value->data;
H A Dgss_rpc_xdr.c169 struct svc_cred *creds)
232 struct svc_cred *creds;
251 creds = kzalloc(sizeof(struct svc_cred), GFP_KERNEL);
H A Dsvcauth_gss.c371 struct svc_cred cred;
1262 memset(&ud->creds, 0, sizeof(struct svc_cred));
/linux-master/include/linux/sunrpc/
H A Dsvcauth.h21 struct svc_cred { struct
36 static inline void init_svc_cred(struct svc_cred *cred)
45 static inline void free_svc_cred(struct svc_cred *cred)
H A Dsvc.h183 struct svc_cred rq_cred; /* auth info */
/linux-master/fs/nfsd/
H A Dstate.h225 struct svc_cred sl_cred;
389 struct svc_cred cl_cred; /* setclientid principal */
H A Dnfs4state.c2456 static int copy_cred(struct svc_cred *target, struct svc_cred *source)
2521 static bool is_gss_cred(struct svc_cred *cr)
2529 same_creds(struct svc_cred *cr1, struct svc_cred *cr2)
2546 struct svc_cred *cr = &rqstp->rq_cred;
2558 struct svc_cred *cr = &rqstp->rq_cred;
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c675 struct svc_cred *cred = &rqstp->rq_cred;
757 struct svc_cred *cred = &rqstp->rq_cred;
834 struct svc_cred *cred = &rqstp->rq_cred;
919 struct svc_cred *cred = &rqstp->rq_cred;

Completed in 217 milliseconds