Home
last modified time | relevance | path

Searched refs:nfsd4_copy_is_sync (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dxdr4.h777 static inline bool nfsd4_copy_is_sync(const struct nfsd4_copy *copy) in nfsd4_copy_is_sync() function
H A Dnfs4xdr.c5643 u32 count = nfsd4_copy_is_sync(copy) ? 0 : 1; in nfsd4_encode_write_response4()
5676 return nfsd4_encode_bool(xdr, nfsd4_copy_is_sync(copy)); in nfsd4_encode_copy_requirements4()
H A Dnfs4proc.c2142 if (!inter_copy_offload_enable || nfsd4_copy_is_sync(copy)) { in nfsd4_copy()