Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c173 list_insert_head(&ri->zri_cleanup_handlers, zch); in zcp_register_cleanup()
182 list_remove(&ri->zri_cleanup_handlers, zch); in zcp_deregister_cleanup()
196 list_remove_head(&ri->zri_cleanup_handlers); zch != NULL; in zcp_cleanup()
197 zch = list_remove_head(&ri->zri_cleanup_handlers)) { in zcp_cleanup()
821 list_create(&ri->zri_cleanup_handlers, sizeof (zcp_cleanup_handler_t), in zcp_eval_impl()
865 list_destroy(&ri->zri_cleanup_handlers); in zcp_eval_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzcp.h117 list_t zri_cleanup_handlers; member