Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dnfs4file.c140 struct nfs42_copy_notify_res *cn_resp = NULL; in __nfs4_copy_file_range() local
167 cn_resp = kzalloc(sizeof(struct nfs42_copy_notify_res), in __nfs4_copy_file_range()
169 if (unlikely(cn_resp == NULL)) in __nfs4_copy_file_range()
172 ret = nfs42_proc_copy_notify(file_in, file_out, cn_resp); in __nfs4_copy_file_range()
177 nss = &cn_resp->cnr_src; in __nfs4_copy_file_range()
178 cnrs = &cn_resp->cnr_stateid; in __nfs4_copy_file_range()
184 kfree(cn_resp); in __nfs4_copy_file_range()

Completed in 2 milliseconds