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

/linux-4.1.27/fs/nfsd/
H A Dexport.c972 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); rqst_exp_get_by_name() local
992 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); rqst_exp_get_by_name()
993 if (PTR_ERR(gssexp) == -ENOENT) rqst_exp_get_by_name()
997 return gssexp; rqst_exp_get_by_name()
1003 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); rqst_exp_find() local
1024 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, rqst_exp_find()
1026 if (PTR_ERR(gssexp) == -ENOENT) rqst_exp_find()
1030 return gssexp; rqst_exp_find()

Completed in 56 milliseconds