Searched refs:cp_copy (Results 1 – 3 of 3) sorted by relevance
1474 if (!test_bit(NFSD4_COPY_F_COMPLETED, ©->cp_copy.cp_flags) && in nfsd4_has_active_async_copies()1475 !test_bit(NFSD4_COPY_F_STOPPED, ©->cp_copy.cp_flags)) { in nfsd4_has_active_async_copies()1502 ©->cp_copy.cp_flags)) { in nfsd4_async_copy_reaper()1536 trace_nfsd_copy_async_cancel(©->cp_copy); in nfsd4_stop_copy()1543 set_bit(NFSD4_COPY_F_STOPPED, ©->cp_copy.cp_flags); in nfsd4_stop_copy()1545 if (!test_bit(NFSD4_COPY_F_CB_ERROR, ©->cp_copy.cp_flags)) in nfsd4_stop_copy()1546 copy->cp_copy.nfserr = nfs_ok; in nfsd4_stop_copy()1547 set_bit(NFSD4_COPY_F_COMPLETED, ©->cp_copy.cp_flags); in nfsd4_stop_copy()1549 release_copy_files(©->cp_copy); in nfsd4_stop_copy()1563 smp_store_release(©->cp_copy.cp_clp, NULL); in nfsd4_unhash_copy()[all …]
785 struct nfsd4_copy cp_copy; /* operation params + result */ member
1027 kfree(copy->cp_copy.cp_src); in nfsd4_free_async_copy_stid()