Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dxdr4.h556 #define NFSD4_COPY_F_SYNCHRONOUS (2) macro
583 set_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_set_sync()
585 clear_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_set_sync()
590 return test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_is_sync()
595 return !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_is_async()