Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c2210 struct svc_export *exp_ps; in nfsd4_encode_fsloc_fsroot() local
2213 exp_ps = rqst_find_fsidzero_export(rqstp); in nfsd4_encode_fsloc_fsroot()
2214 if (IS_ERR(exp_ps)) in nfsd4_encode_fsloc_fsroot()
2215 return nfserrno(PTR_ERR(exp_ps)); in nfsd4_encode_fsloc_fsroot()
2216 res = nfsd4_encode_path(xdr, &exp_ps->ex_path, path); in nfsd4_encode_fsloc_fsroot()
2217 exp_put(exp_ps); in nfsd4_encode_fsloc_fsroot()