Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4state.c2241 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds() function
3138 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
3409 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) || in nfsd4_create_session()
3711 if (!same_creds(&rqstp->rq_cred, &slot->sl_cred)) in replay_matches_cache()
3969 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) { in nfsd4_setclientid()
4028 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()
4030 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()
4051 && !same_creds(&unconf->cl_cred, in nfsd4_setclientid_confirm()