Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c820 p = list_head(&ncg->nfs4_cb_ports); in nfs4_setport()
821 for (; p != NULL; p = list_next(&ncg->nfs4_cb_ports, p)) { in nfs4_setport()
836 list_insert_head(&ncg->nfs4_cb_ports, p); in nfs4_setport()
864 p = list_head(&ncg->nfs4_cb_ports); in nfs4_cb_args()
865 for (; p != NULL; p = list_next(&ncg->nfs4_cb_ports, p)) { in nfs4_cb_args()
1090 list_create(&ncg->nfs4_cb_ports, sizeof (struct nfs4_cb_port), in nfs4_callback_init_zone()
1237 while ((p = list_head(&ncg->nfs4_cb_ports)) != NULL) { in nfs4_callback_fini_zone()
1238 list_remove(&ncg->nfs4_cb_ports, p); in nfs4_callback_fini_zone()
1241 list_destroy(&ncg->nfs4_cb_ports); in nfs4_callback_fini_zone()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1852 list_t nfs4_cb_ports; member