Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c1922 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name() local
1942 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1943 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_get_by_name()
1947 return gssexp; in rqst_exp_get_by_name()
1971 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find() local
1990 gssexp = exp_find(cd, gsscl, fsid_type, fsidv, reqp); in rqst_exp_find()
1991 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_find()
1995 return gssexp; in rqst_exp_find()