Home
last modified time | relevance | path

Searched refs:TX_REMOVE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h150 #define TX_REMOVE 5 /* Remove file */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c388 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
H A Dzfs_replay.c576 case TX_REMOVE: in zfs_replay_remove()
H A Dzfs_vnops.c2022 txtype = TX_REMOVE; in zfs_remove()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1573 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize); in ztest_log_remove()