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

/linux-master/fs/nfsd/
H A Dnfs4xdr.c2751 struct svc_export *exp_ps; local
2756 exp_ps = rqst_find_fsidzero_export(rqstp);
2757 if (IS_ERR(exp_ps))
2758 return nfserrno(PTR_ERR(exp_ps));
2759 status = nfsd4_encode_pathname4(xdr, &exp_ps->ex_path, &exp->ex_path);
2760 exp_put(exp_ps);

Completed in 131 milliseconds