Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dxdr4.h778 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
H A Dnfs4state.c2420 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp) in nfsd4_mach_creds_match() function
3362 if (!nfsd4_mach_creds_match(conf, rqstp)) { in nfsd4_exchange_id()
3624 if (!nfsd4_mach_creds_match(conf, rqstp)) in nfsd4_create_session()
3641 if (!nfsd4_mach_creds_match(unconf, rqstp)) in nfsd4_create_session()
3798 if (!nfsd4_mach_creds_match(session->se_client, rqstp)) in nfsd4_bind_conn_to_session()
3856 if (!nfsd4_mach_creds_match(ses->se_client, r)) in nfsd4_destroy_session()
4122 if (!nfsd4_mach_creds_match(clp, rqstp)) { in nfsd4_destroy_clientid()
H A Dnfs4proc.c3594 nfsd4_mach_creds_match(cstate->clp, rqstp)) { in nfsd4_spo_must_allow()