Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dxdr4.h681 struct nfsd4_copy { struct
683 stateid_t cp_src_stateid;
684 stateid_t cp_dst_stateid;
685 u64 cp_src_pos;
686 u64 cp_dst_pos;
687 u64 cp_count;
688 struct nl4_server *cp_src;
690 unsigned long cp_flags;
719 static inline void nfsd4_copy_set_sync(struct nfsd4_copy *copy, bool sync) in nfsd4_copy_set_sync() argument
Dnfs4proc.c1797 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function