Searched defs:log_item_undo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c288 static int log_item_undo(log_item_t *);
1209 if (log_reverse_walk(prov->pkc_log, log_item_undo) != PO_SUCCESS) {
1228 if (log_reverse_walk(prov->pkc_log, log_item_undo) != PO_SUCCESS) {
3000 log_item_undo(log_item_t *li) function
3031 dprintf("log_item_undo: POOL_CREATE\n");
3033 dprintf("log_item_undo: POOL_CREATE %p\n", create->pcu_elem);

Completed in 326 milliseconds