Home
last modified time | relevance | path

Searched defs:err_details (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_synctask.c129 zcp_synctask_destroy(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_destroy()
180 zcp_synctask_promote(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_promote()
217 zcp_synctask_rollback(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_rollback()
250 zcp_synctask_snapshot(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_snapshot()
338 nvlist_t *err_details) in zcp_synctask_inherit_prop()
384 zcp_synctask_set_prop(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_set_prop()
426 zcp_synctask_change_key(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_change_key()
478 nvlist_t *err_details = fnvlist_alloc(); in zcp_synctask_wrapper() local