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