HomeSort by: relevance | last modified time | path
    Searched refs:TX_REMOVE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil.h 138 #define TX_REMOVE 5 /* Remove file */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_replay.c 601 case TX_REMOVE:
1064 zfs_replay_remove, /* TX_REMOVE */
zil.c 1313 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_REMOVE)
zfs_vnops.c 2407 txtype = TX_REMOVE;
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 1341 itx = zil_itx_create(TX_REMOVE, sizeof (*lr) + namesize);
1792 ztest_replay_remove, /* TX_REMOVE */

Completed in 76 milliseconds