Home
last modified time | relevance | path

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

/linux-6.8/fs/nfsd/
Dxdr4.h663 struct nfsd4_copy { struct
665 stateid_t cp_src_stateid;
666 stateid_t cp_dst_stateid;
667 u64 cp_src_pos;
668 u64 cp_dst_pos;
669 u64 cp_count;
670 struct nl4_server *cp_src;
672 unsigned long cp_flags;
698 static inline void nfsd4_copy_set_sync(struct nfsd4_copy *copy, bool sync) in nfsd4_copy_set_sync() argument
Dnfs4proc.c1800 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function