Lines Matching defs:nfsd4_copy
534 struct nfsd4_copy { struct
536 stateid_t cp_src_stateid;
537 stateid_t cp_dst_stateid;
538 u64 cp_src_pos;
539 u64 cp_dst_pos;
540 u64 cp_count;
541 struct nl4_server cp_src;
542 bool cp_intra;
545 u32 cp_synchronous;
548 struct nfsd42_write_res cp_res;
551 struct nfsd4_callback cp_cb;
552 __be32 nfserr;
553 struct knfsd_fh fh;
555 struct nfs4_client *cp_clp;
557 struct nfsd_file *nf_src;
558 struct nfsd_file *nf_dst;
560 copy_stateid_t cp_stateid;
562 struct list_head copies;
563 struct task_struct *copy_task;
564 refcount_t refcount;
565 bool stopped;
567 struct vfsmount *ss_mnt;
568 struct nfs_fh c_fh;
569 nfs4_stateid stateid;
593 struct nfsd4_copy_notify { argument