Home
last modified time | relevance | path

Searched refs:TX_SETATTR (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h144 #define TX_SETATTR 11 /* Set file attributes */ macro
171 (txtype) == TX_SETATTR || \
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c3320 zfs_log_setattr(zilog, tx, TX_SETATTR, zp, vap, mask, fuidp); in zfs_setattr()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c1406 itx = zil_itx_create(TX_SETATTR, sizeof (*lr)); in ztest_log_setattr()