Lines Matching refs:nfsd4_copy

1247 static void nfs4_put_copy(struct nfsd4_copy *copy)  in nfs4_put_copy()
1255 static void nfsd4_stop_copy(struct nfsd4_copy *copy) in nfsd4_stop_copy()
1262 static struct nfsd4_copy *nfsd4_get_copy(struct nfs4_client *clp) in nfsd4_get_copy()
1264 struct nfsd4_copy *copy = NULL; in nfsd4_get_copy()
1268 copy = list_first_entry(&clp->async_copies, struct nfsd4_copy, in nfsd4_get_copy()
1278 struct nfsd4_copy *copy; in nfsd4_shutdown_copy()
1485 struct nfsd4_copy *copy, struct vfsmount **mount) in nfsd4_setup_inter_ssc()
1562 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()
1676 static __be32 nfsd4_do_copy(struct nfsd4_copy *copy, in nfsd4_do_copy()
1697 static void dup_copy_fields(struct nfsd4_copy *src, struct nfsd4_copy *dst) in dup_copy_fields()
1718 static void cleanup_async_copy(struct nfsd4_copy *copy) in cleanup_async_copy()
1730 static void nfsd4_send_cb_offload(struct nfsd4_copy *copy, __be32 nfserr) in nfsd4_send_cb_offload()
1758 struct nfsd4_copy *copy = (struct nfsd4_copy *)data; in nfsd4_do_async_copy()
1793 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function
1796 struct nfsd4_copy *copy = &u->copy; in nfsd4_copy()
1798 struct nfsd4_copy *async_copy = NULL; in nfsd4_copy()
1822 async_copy = kzalloc(sizeof(struct nfsd4_copy), GFP_KERNEL); in nfsd4_copy()
1860 struct nfsd4_copy *
1863 struct nfsd4_copy *copy; in find_async_copy()
1883 struct nfsd4_copy *copy; in nfsd4_offload_cancel()
1970 struct nfsd4_copy *copy; in nfsd4_offload_status()
2562 struct nfsd4_copy *copy; in check_if_stalefh_allowed()
2578 copy = (struct nfsd4_copy *)&op->u; in check_if_stalefh_allowed()
3489 .op_func = nfsd4_copy,