Lines Matching defs:nfsd4_copy
519 struct nfsd4_copy { struct
521 stateid_t cp_src_stateid;
522 stateid_t cp_dst_stateid;
523 u64 cp_src_pos;
524 u64 cp_dst_pos;
525 u64 cp_count;
528 bool cp_synchronous;
531 struct nfsd42_write_res cp_res;
534 struct nfsd4_callback cp_cb;
535 __be32 nfserr;
536 struct knfsd_fh fh;
538 struct nfs4_client *cp_clp;
540 struct nfsd_file *nf_src;
541 struct nfsd_file *nf_dst;
543 stateid_t cp_stateid;
545 struct list_head copies;
546 struct task_struct *copy_task;
547 refcount_t refcount;
548 bool stopped;