Searched refs:nfs4_dlist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c1081 list_create(&ncg->nfs4_dlist, sizeof (struct nfs4_dnode),
1239 list_destroy(&ncg->nfs4_dlist);
2477 list_insert_head(&ncg->nfs4_dlist, dp);
2500 while ((dp = list_head(&ncg->nfs4_dlist)) != NULL) {
2504 list_remove(&ncg->nfs4_dlist, dp);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1846 list_t nfs4_dlist; member in struct:nfs4_callback_globals

Completed in 68 milliseconds