Lines Matching refs:nfsd4_copy

1115 void nfs4_put_copy(struct nfsd4_copy *copy)  in nfs4_put_copy()
1123 check_and_set_stop_copy(struct nfsd4_copy *copy) in check_and_set_stop_copy()
1135 static void nfsd4_stop_copy(struct nfsd4_copy *copy) in nfsd4_stop_copy()
1143 static struct nfsd4_copy *nfsd4_get_copy(struct nfs4_client *clp) in nfsd4_get_copy()
1145 struct nfsd4_copy *copy = NULL; in nfsd4_get_copy()
1149 copy = list_first_entry(&clp->async_copies, struct nfsd4_copy, in nfsd4_get_copy()
1159 struct nfsd4_copy *copy; in nfsd4_shutdown_copy()
1366 struct nfsd4_copy *copy, struct vfsmount **mount) in nfsd4_setup_inter_ssc()
1443 struct nfsd4_copy *copy, in nfsd4_setup_inter_ssc()
1472 struct nfsd4_copy *copy) in nfsd4_setup_intra_ssc()
1488 struct nfsd4_copy *copy = container_of(cb, struct nfsd4_copy, cp_cb); in nfsd4_cb_offload_release()
1504 static void nfsd4_init_copy_res(struct nfsd4_copy *copy, bool sync) in nfsd4_init_copy_res()
1512 static ssize_t _nfsd_copy_file_range(struct nfsd4_copy *copy) in _nfsd_copy_file_range()
1549 static __be32 nfsd4_do_copy(struct nfsd4_copy *copy, bool sync) in nfsd4_do_copy()
1574 static void dup_copy_fields(struct nfsd4_copy *src, struct nfsd4_copy *dst) in dup_copy_fields()
1595 static void cleanup_async_copy(struct nfsd4_copy *copy) in cleanup_async_copy()
1609 struct nfsd4_copy *copy = (struct nfsd4_copy *)data; in nfsd4_do_async_copy()
1610 struct nfsd4_copy *cb_copy; in nfsd4_do_async_copy()
1630 cb_copy = kzalloc(sizeof(struct nfsd4_copy), GFP_KERNEL); in nfsd4_do_async_copy()
1651 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function
1654 struct nfsd4_copy *copy = &u->copy; in nfsd4_copy()
1656 struct nfsd4_copy *async_copy = NULL; in nfsd4_copy()
1680 async_copy = kzalloc(sizeof(struct nfsd4_copy), GFP_KERNEL); in nfsd4_copy()
1713 struct nfsd4_copy *
1716 struct nfsd4_copy *copy; in find_async_copy()
1736 struct nfsd4_copy *copy; in nfsd4_offload_cancel()
1823 struct nfsd4_copy *copy; in nfsd4_offload_status()
2415 struct nfsd4_copy *copy; in check_if_stalefh_allowed()
2431 copy = (struct nfsd4_copy *)&op->u; in check_if_stalefh_allowed()
3305 .op_func = nfsd4_copy,