Searched refs:exp_ps (Results 1 – 1 of 1) sorted by relevance
2907 struct svc_export *exp_ps; in nfsd4_encode_fs_locations4() local2912 exp_ps = rqst_find_fsidzero_export(rqstp); in nfsd4_encode_fs_locations4()2913 if (IS_ERR(exp_ps)) in nfsd4_encode_fs_locations4()2914 return nfserrno(PTR_ERR(exp_ps)); in nfsd4_encode_fs_locations4()2915 status = nfsd4_encode_pathname4(xdr, &exp_ps->ex_path, &exp->ex_path); in nfsd4_encode_fs_locations4()2916 exp_put(exp_ps); in nfsd4_encode_fs_locations4()