Searched refs:zcp_cleanup_handler_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zcp.h | 50 } zcp_cleanup_handler_t; typedef 146 zcp_cleanup_handler_t *zcp_register_cleanup(lua_State *, zcp_cleanup_t, void *); 147 void zcp_deregister_cleanup(lua_State *, zcp_cleanup_handler_t *);
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp_synctask.c | 206 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_destroy() 208 zcp_cleanup_handler_t *zch2 = zcp_register_cleanup(state, in zcp_synctask_destroy() 341 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_snapshot() 466 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_inherit_prop() 505 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_bookmark() 564 zcp_cleanup_handler_t *zch; in zcp_synctask_wrapper()
|
| H A D | zcp.c | 166 zcp_cleanup_handler_t * 171 zcp_cleanup_handler_t *zch = kmem_alloc(sizeof (*zch), KM_SLEEP); in zcp_register_cleanup() 180 zcp_deregister_cleanup(lua_State *state, zcp_cleanup_handler_t *zch) in zcp_deregister_cleanup() 196 for (zcp_cleanup_handler_t *zch = in zcp_cleanup() 820 list_create(&ri->zri_cleanup_handlers, sizeof (zcp_cleanup_handler_t), in zcp_eval_impl() 821 offsetof(zcp_cleanup_handler_t, zch_node)); in zcp_eval_impl()
|