Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c1081 list_create(&ncg->nfs4_dlist, sizeof (struct nfs4_dnode), in nfs4_callback_init_zone()
1239 list_destroy(&ncg->nfs4_dlist); in nfs4_callback_fini_zone()
2479 list_insert_head(&ncg->nfs4_dlist, dp); in nfs4_dlistadd()
2502 while ((dp = list_head(&ncg->nfs4_dlist)) != NULL) { in nfs4_dlistclean_impl()
2506 list_remove(&ncg->nfs4_dlist, dp); in nfs4_dlistclean_impl()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1851 list_t nfs4_dlist; member