Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dstate.h381 struct list_head async_copies; /* list of async copies */ member
H A Dnfs4proc.c1139 if (!list_empty(&clp->async_copies)) { in nfsd4_get_copy()
1140 copy = list_first_entry(&clp->async_copies, struct nfsd4_copy, in nfsd4_get_copy()
1549 &async_copy->cp_clp->async_copies); in nfsd4_copy()
1573 list_for_each_entry(copy, &clp->async_copies, copies) { in find_async_copy()
H A Dnfs4state.c1981 INIT_LIST_HEAD(&clp->async_copies); in alloc_client()
3043 || !list_empty(&clp->async_copies); in client_has_state()