Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dxdr4.h546 struct nfsd4_copy { struct
548 stateid_t cp_src_stateid;
549 stateid_t cp_dst_stateid;
550 u64 cp_src_pos;
551 u64 cp_dst_pos;
552 u64 cp_count;
553 struct nl4_server cp_src;
554 bool cp_intra;
557 bool cp_synchronous;
560 struct nfsd42_write_res cp_res;
[all …]
Dnfs4proc.c1495 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function
/kernel/linux/linux-6.6/fs/nfsd/
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;
579 static inline void nfsd4_copy_set_sync(struct nfsd4_copy *copy, bool sync) in nfsd4_copy_set_sync() argument
Dnfs4proc.c1794 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() function