Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c61 static void cleanup_async_copy(struct nfsd4_async_copy *copy);
1469 struct nfsd4_async_copy *copy; in nfsd4_has_active_async_copies()
1491 struct nfsd4_async_copy *copy; in nfsd4_async_copy_reaper()
1500 copy = list_entry(pos, struct nfsd4_async_copy, copies); in nfsd4_async_copy_reaper()
1514 copy = list_first_entry(&reaplist, struct nfsd4_async_copy, in nfsd4_async_copy_reaper()
1521 static void nfs4_put_copy(struct nfsd4_async_copy *copy) in nfs4_put_copy()
1534 static void nfsd4_stop_copy(struct nfsd4_async_copy *copy) in nfsd4_stop_copy()
1553 static struct nfsd4_async_copy *nfsd4_unhash_copy(struct nfs4_client *clp) in nfsd4_unhash_copy()
1555 struct nfsd4_async_copy *copy = NULL; in nfsd4_unhash_copy()
1560 struct nfsd4_async_copy, copies); in nfsd4_unhash_copy()
[all …]
H A Dstate.h878 struct nfsd4_async_copy;
890 struct nfsd4_async_copy *nfs4_alloc_copy_stid(struct nfs4_client *clp);
H A Dxdr4.h783 struct nfsd4_async_copy { struct
H A Dnfs4state.c1022 struct nfsd4_async_copy *copy = in nfsd4_free_async_copy_stid()
1023 container_of(stid, struct nfsd4_async_copy, cp_stid); in nfsd4_free_async_copy_stid()
1037 struct nfsd4_async_copy *nfs4_alloc_copy_stid(struct nfs4_client *clp) in nfs4_alloc_copy_stid()
1047 return container_of(stid, struct nfsd4_async_copy, cp_stid); in nfs4_alloc_copy_stid()
5506 async_copy_slab = KMEM_CACHE(nfsd4_async_copy, 0); in nfsd4_init_slabs()