Lines Matching refs:nfsd4_copy

1258 static void nfs4_put_copy(struct nfsd4_copy *copy)  in nfs4_put_copy()
1266 static void nfsd4_stop_copy(struct nfsd4_copy *copy) in nfsd4_stop_copy()
1273 static struct nfsd4_copy *nfsd4_get_copy(struct nfs4_client *clp) in nfsd4_get_copy()
1275 struct nfsd4_copy *copy = NULL; in nfsd4_get_copy()
1279 copy = list_first_entry(&clp->async_copies, struct nfsd4_copy, in nfsd4_get_copy()
1289 struct nfsd4_copy *copy; in nfsd4_shutdown_copy()
1490 struct nfsd4_copy *copy, struct vfsmount **mount) in nfsd4_setup_inter_ssc()
1567 struct nfsd4_copy *copy, in nfsd4_setup_inter_ssc()
1591 struct nfsd4_copy *copy) in nfsd4_setup_intra_ssc()
1628 static void nfsd4_init_copy_res(struct nfsd4_copy *copy, bool sync) in nfsd4_init_copy_res()
1637 static ssize_t _nfsd_copy_file_range(struct nfsd4_copy *copy, in _nfsd_copy_file_range()
1677 static __be32 nfsd4_do_copy(struct nfsd4_copy *copy, in nfsd4_do_copy()
1698 static void dup_copy_fields(struct nfsd4_copy *src, struct nfsd4_copy *dst) in dup_copy_fields()
1719 static void cleanup_async_copy(struct nfsd4_copy *copy) in cleanup_async_copy()
1731 static void nfsd4_send_cb_offload(struct nfsd4_copy *copy, __be32 nfserr) in nfsd4_send_cb_offload()
1759 struct nfsd4_copy *copy = (struct nfsd4_copy *)data; in nfsd4_do_async_copy()
1794 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function
1797 struct nfsd4_copy *copy = &u->copy; in nfsd4_copy()
1799 struct nfsd4_copy *async_copy = NULL; in nfsd4_copy()
1823 async_copy = kzalloc(sizeof(struct nfsd4_copy), GFP_KERNEL); in nfsd4_copy()
1863 struct nfsd4_copy *
1866 struct nfsd4_copy *copy; in find_async_copy()
1886 struct nfsd4_copy *copy; in nfsd4_offload_cancel()
1973 struct nfsd4_copy *copy; in nfsd4_offload_status()
2565 struct nfsd4_copy *copy; in check_if_stalefh_allowed()
2581 copy = (struct nfsd4_copy *)&op->u; in check_if_stalefh_allowed()
3491 .op_func = nfsd4_copy,