Searched refs:TX_REMOVE (Results 1 – 6 of 6) sorted by relevance
149 #define TX_REMOVE 5 /* Remove file */ macro
440 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
597 case TX_REMOVE: in zfs_replay_remove()
1121 txtype = TX_REMOVE; in zfs_remove()
1283 txtype = TX_REMOVE; in zfs_remove_()
1769 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize); in ztest_log_remove()