Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h149 #define TX_REMOVE 5 /* Remove file */ macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_log.c440 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
H A Dzfs_replay.c597 case TX_REMOVE: in zfs_replay_remove()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c1121 txtype = TX_REMOVE; in zfs_remove()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1283 txtype = TX_REMOVE; in zfs_remove_()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1769 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize); in ztest_log_remove()