Home
last modified time | relevance | path

Searched refs:TX_TRUNCATE (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzil.h142 #define TX_TRUNCATE 10 /* Truncate a file */ macro
169 (txtype) == TX_TRUNCATE || \
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_znode.c1791 zfs_log_truncate(zilog, tx, TX_TRUNCATE, zp, off, len); in zfs_freesp()
HDzvol.c2052 itx = zil_itx_create(TX_TRUNCATE, sizeof (*lr));
/NextBSD/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c1388 itx = zil_itx_create(TX_TRUNCATE, sizeof (*lr)); in ztest_log_truncate()