Lines Matching defs:nfsd4_copy
546 struct nfsd4_copy { struct
548 stateid_t cp_src_stateid;
549 stateid_t cp_dst_stateid;
550 u64 cp_src_pos;
551 u64 cp_dst_pos;
552 u64 cp_count;
553 struct nl4_server cp_src;
554 bool cp_intra;
557 bool cp_synchronous;
560 struct nfsd42_write_res cp_res;
563 struct nfsd4_callback cp_cb;
564 __be32 nfserr;
565 struct knfsd_fh fh;
567 struct nfs4_client *cp_clp;
569 struct nfsd_file *nf_src;
570 struct nfsd_file *nf_dst;
572 copy_stateid_t cp_stateid;
574 struct list_head copies;
575 struct task_struct *copy_task;
576 refcount_t refcount;
577 bool stopped;
579 struct vfsmount *ss_mnt;
580 struct nfs_fh c_fh;
581 nfs4_stateid stateid;