Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dnfs4file.c143 struct nfs42_copy_notify_res *cn_resp = NULL; in __nfs4_copy_file_range() local
170 cn_resp = kzalloc(sizeof(struct nfs42_copy_notify_res), in __nfs4_copy_file_range()
172 if (unlikely(cn_resp == NULL)) in __nfs4_copy_file_range()
175 ret = nfs42_proc_copy_notify(file_in, file_out, cn_resp); in __nfs4_copy_file_range()
180 nss = &cn_resp->cnr_src; in __nfs4_copy_file_range()
181 cnrs = &cn_resp->cnr_stateid; in __nfs4_copy_file_range()
186 kfree(cn_resp); in __nfs4_copy_file_range()