Home
last modified time | relevance | path

Searched defs:nfsd4_copy (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dxdr4.h544 struct nfsd4_copy { struct
546 stateid_t cp_src_stateid;
547 stateid_t cp_dst_stateid;
548 u64 cp_src_pos;
549 u64 cp_dst_pos;
550 u64 cp_count;
551 struct nl4_server *cp_src;
553 unsigned long cp_flags;
580 static inline void nfsd4_copy_set_sync(struct nfsd4_copy *copy, bool sync) in nfsd4_copy_set_sync() argument
H A Dnfs4proc.c1788 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function