Home
last modified time | relevance | path

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

/linux/fs/nfsd/ !
H A Dnfs4proc.c1442 if (!test_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_flags) && in nfsd4_has_active_async_copies()
1504 set_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_flags); in nfsd4_stop_copy()
2119 set_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_flags); in nfsd4_do_async_copy()
2353 if (test_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_flags)) { in nfsd4_offload_status()
H A Dxdr4.h739 #define NFSD4_COPY_F_COMPLETED (4) macro