Searched refs:TX_REMOVE (Results 1 – 5 of 5) sorted by relevance
149 #define TX_REMOVE 5 /* Remove file */ macro
586 case TX_REMOVE: in zfs_replay_remove()
1742 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_REMOVE) in zil_itx_assign()
2028 txtype = TX_REMOVE; in zfs_remove()
1365 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize); in ztest_log_remove()