Lines Matching refs:nfsd4_copy
1281 static void nfs4_put_copy(struct nfsd4_copy *copy)
1289 static void nfsd4_stop_copy(struct nfsd4_copy *copy)
1296 static struct nfsd4_copy *nfsd4_get_copy(struct nfs4_client *clp)
1298 struct nfsd4_copy *copy = NULL;
1302 copy = list_first_entry(&clp->async_copies, struct nfsd4_copy,
1312 struct nfsd4_copy *copy;
1510 struct nfsd4_copy *copy)
1568 struct nfsd4_copy *copy)
1590 struct nfsd4_copy *copy)
1620 static void nfsd4_init_copy_res(struct nfsd4_copy *copy, bool sync)
1629 static ssize_t _nfsd_copy_file_range(struct nfsd4_copy *copy,
1669 static __be32 nfsd4_do_copy(struct nfsd4_copy *copy,
1690 static void dup_copy_fields(struct nfsd4_copy *src, struct nfsd4_copy *dst)
1711 static void release_copy_files(struct nfsd4_copy *copy)
1719 static void cleanup_async_copy(struct nfsd4_copy *copy)
1732 static void nfsd4_send_cb_offload(struct nfsd4_copy *copy, __be32 nfserr)
1760 struct nfsd4_copy *copy = (struct nfsd4_copy *)data;
1794 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
1797 struct nfsd4_copy *copy = &u->copy;
1799 struct nfsd4_copy *async_copy = NULL;
1822 async_copy = kzalloc(sizeof(struct nfsd4_copy), GFP_KERNEL);
1867 static struct nfsd4_copy *
1870 struct nfsd4_copy *copy;
1882 static struct nfsd4_copy *
1885 struct nfsd4_copy *copy;
1901 struct nfsd4_copy *copy;
1987 struct nfsd4_copy *copy;
2578 struct nfsd4_copy *copy;
2594 copy = (struct nfsd4_copy *)&op->u;
3504 .op_func = nfsd4_copy,