Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dauth_unix.c19 struct rpc_cred uc_base; member
23 #define uc_uid uc_base.cr_uid
79 rpcauth_init_cred(&cred->uc_base, acred, auth, &unix_credops); in unx_create_cred()
80 cred->uc_base.cr_flags = 1UL << RPCAUTH_CRED_UPTODATE; in unx_create_cred()
93 return &cred->uc_base; in unx_create_cred()
106 struct unx_cred *unx_cred = container_of(head, struct unx_cred, uc_base.cr_rcu); in unx_free_cred_callback()
124 struct unx_cred *cred = container_of(rcred, struct unx_cred, uc_base); in unx_match()
152 struct unx_cred *cred = container_of(task->tk_rqstp->rq_cred, struct unx_cred, uc_base); in unx_marshal()