Searched refs:TX_REMOVE (Results 1 – 6 of 6) sorted by relevance
150 #define TX_REMOVE 5 /* Remove file */ macro
437 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
631 case TX_REMOVE: in zfs_replay_remove()
1176 txtype = TX_REMOVE; in zfs_remove()
1210 txtype = TX_REMOVE; in zfs_remove_()
1969 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize); in ztest_log_remove()