Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dnfs4file.c139 struct nfs42_copy_notify_res *cn_resp = NULL; in __nfs4_copy_file_range() local
166 cn_resp = kzalloc(sizeof(struct nfs42_copy_notify_res), in __nfs4_copy_file_range()
168 if (unlikely(cn_resp == NULL)) in __nfs4_copy_file_range()
171 ret = nfs42_proc_copy_notify(file_in, file_out, cn_resp); in __nfs4_copy_file_range()
176 nss = &cn_resp->cnr_src; in __nfs4_copy_file_range()
177 cnrs = &cn_resp->cnr_stateid; in __nfs4_copy_file_range()
182 kfree(cn_resp); in __nfs4_copy_file_range()