Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dnfs4xdr.c2772 struct svc_export *exp_ps; in nfsd4_encode_fs_locations4() local
2777 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()