Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c1474 if (!test_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_copy.cp_flags) && in nfsd4_has_active_async_copies()
1475 !test_bit(NFSD4_COPY_F_STOPPED, &copy->cp_copy.cp_flags)) { in nfsd4_has_active_async_copies()
1502 &copy->cp_copy.cp_flags)) { in nfsd4_async_copy_reaper()
1536 trace_nfsd_copy_async_cancel(&copy->cp_copy); in nfsd4_stop_copy()
1543 set_bit(NFSD4_COPY_F_STOPPED, &copy->cp_copy.cp_flags); in nfsd4_stop_copy()
1545 if (!test_bit(NFSD4_COPY_F_CB_ERROR, &copy->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, &copy->cp_copy.cp_flags); in nfsd4_stop_copy()
1549 release_copy_files(&copy->cp_copy); in nfsd4_stop_copy()
1563 smp_store_release(&copy->cp_copy.cp_clp, NULL); in nfsd4_unhash_copy()
[all …]
H A Dxdr4.h785 struct nfsd4_copy cp_copy; /* operation params + result */ member
H A Dnfs4state.c1027 kfree(copy->cp_copy.cp_src); in nfsd4_free_async_copy_stid()