Searched refs:exp_ps (Results 1 – 1 of 1) sorted by relevance
2785 struct svc_export *exp_ps; in nfsd4_encode_fs_locations4() local2790 exp_ps = rqst_find_fsidzero_export(rqstp); in nfsd4_encode_fs_locations4()2791 if (IS_ERR(exp_ps)) in nfsd4_encode_fs_locations4()2792 return nfserrno(PTR_ERR(exp_ps)); in nfsd4_encode_fs_locations4()2793 status = nfsd4_encode_pathname4(xdr, &exp_ps->ex_path, &exp->ex_path); in nfsd4_encode_fs_locations4()2794 exp_put(exp_ps); in nfsd4_encode_fs_locations4()