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

/linux-4.4.14/net/sunrpc/
H A Dauth_unix.c20 struct rpc_cred uc_base; member in struct:unx_cred
24 #define uc_uid uc_base.cr_uid
74 rpcauth_init_cred(&cred->uc_base, acred, auth, &unix_credops); unx_create_cred()
75 cred->uc_base.cr_flags = 1UL << RPCAUTH_CRED_UPTODATE; unx_create_cred()
88 return &cred->uc_base; unx_create_cred()
101 struct unx_cred *unx_cred = container_of(head, struct unx_cred, uc_base.cr_rcu); unx_free_cred_callback()
119 struct unx_cred *cred = container_of(rcred, struct unx_cred, uc_base); unx_match()
147 struct unx_cred *cred = container_of(task->tk_rqstp->rq_cred, struct unx_cred, uc_base); unx_marshal()

Completed in 39 milliseconds