Searched refs:exp_ps (Results 1 – 1 of 1) sorted by relevance
2772 struct svc_export *exp_ps; in nfsd4_encode_fs_locations4() local2777 exp_ps = rqst_find_fsidzero_export(rqstp); in nfsd4_encode_fs_locations4()2778 if (IS_ERR(exp_ps)) in nfsd4_encode_fs_locations4()2779 return nfserrno(PTR_ERR(exp_ps)); in nfsd4_encode_fs_locations4()2780 status = nfsd4_encode_pathname4(xdr, &exp_ps->ex_path, &exp->ex_path); in nfsd4_encode_fs_locations4()2781 exp_put(exp_ps); in nfsd4_encode_fs_locations4()