Searched refs:exp_ps (Results 1 – 1 of 1) sorted by relevance
2941 struct svc_export *exp_ps; in nfsd4_encode_fs_locations4() local2946 exp_ps = rqst_find_fsidzero_export(rqstp); in nfsd4_encode_fs_locations4()2947 if (IS_ERR(exp_ps)) in nfsd4_encode_fs_locations4()2948 return nfserrno(PTR_ERR(exp_ps)); in nfsd4_encode_fs_locations4()2949 status = nfsd4_encode_pathname4(xdr, &exp_ps->ex_path, &exp->ex_path); in nfsd4_encode_fs_locations4()2950 exp_put(exp_ps); in nfsd4_encode_fs_locations4()