Lines Matching refs:nfsd4_copy
1108 void nfs4_put_copy(struct nfsd4_copy *copy)
1116 check_and_set_stop_copy(struct nfsd4_copy *copy)
1128 static void nfsd4_stop_copy(struct nfsd4_copy *copy)
1136 static struct nfsd4_copy *nfsd4_get_copy(struct nfs4_client *clp)
1138 struct nfsd4_copy *copy = NULL;
1142 copy = list_first_entry(&clp->async_copies, struct nfsd4_copy,
1152 struct nfsd4_copy *copy;
1263 struct nfsd4_copy *copy, struct vfsmount **mount)
1308 struct nfsd4_copy *copy,
1332 struct nfsd4_copy *copy)
1348 struct nfsd4_copy *copy = container_of(cb, struct nfsd4_copy, cp_cb);
1364 static void nfsd4_init_copy_res(struct nfsd4_copy *copy, bool sync)
1371 static ssize_t _nfsd_copy_file_range(struct nfsd4_copy *copy)
1395 static __be32 nfsd4_do_copy(struct nfsd4_copy *copy, bool sync)
1420 static void dup_copy_fields(struct nfsd4_copy *src, struct nfsd4_copy *dst)
1441 static void cleanup_async_copy(struct nfsd4_copy *copy)
1455 struct nfsd4_copy *copy = (struct nfsd4_copy *)data;
1456 struct nfsd4_copy *cb_copy;
1476 cb_copy = kzalloc(sizeof(struct nfsd4_copy), GFP_KERNEL);
1495 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
1498 struct nfsd4_copy *copy = &u->copy;
1500 struct nfsd4_copy *async_copy = NULL;
1524 async_copy = kzalloc(sizeof(struct nfsd4_copy), GFP_KERNEL);
1559 struct nfsd4_copy *
1562 struct nfsd4_copy *copy;
1582 struct nfsd4_copy *copy;
1669 struct nfsd4_copy *copy;
2280 struct nfsd4_copy *copy;
2296 copy = (struct nfsd4_copy *)&op->u;
3166 .op_func = nfsd4_copy,