Lines Matching defs:nfsd4_copy
685 struct nfsd4_copy { struct
687 stateid_t cp_src_stateid;
688 stateid_t cp_dst_stateid;
689 u64 cp_src_pos;
690 u64 cp_dst_pos;
691 u64 cp_count;
692 struct nl4_server *cp_src;
694 unsigned long cp_flags;
703 __be32 nfserr;
704 struct nfsd42_write_res cp_res;
728 static inline void nfsd4_copy_set_sync(struct nfsd4_copy *copy, bool sync) in nfsd4_copy_set_sync() argument