Home
last modified time | relevance | path

Searched refs:zcp_cleanup_handler_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dzcp.h53 } zcp_cleanup_handler_t; typedef
150 zcp_cleanup_handler_t *zcp_register_cleanup(lua_State *, zcp_cleanup_t, void *);
151 void zcp_deregister_cleanup(lua_State *, zcp_cleanup_handler_t *);
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzcp_synctask.c283 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_snapshot()
408 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_inherit_prop()
447 zcp_cleanup_handler_t *zch = zcp_register_cleanup(state, in zcp_synctask_bookmark()
506 zcp_cleanup_handler_t *zch; in zcp_synctask_wrapper()
H A Dzcp.c169 zcp_cleanup_handler_t *
174 zcp_cleanup_handler_t *zch = kmem_alloc(sizeof (*zch), KM_SLEEP); in zcp_register_cleanup()
183 zcp_deregister_cleanup(lua_State *state, zcp_cleanup_handler_t *zch) in zcp_deregister_cleanup()
199 for (zcp_cleanup_handler_t *zch = in zcp_cleanup()
823 list_create(&ri->zri_cleanup_handlers, sizeof (zcp_cleanup_handler_t), in zcp_eval_impl()
824 offsetof(zcp_cleanup_handler_t, zch_node)); in zcp_eval_impl()