HomeSort by: relevance | last modified time | path
    Searched defs:commit_txg (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev.c 3083 uint64_t commit_txg = txg; local
3088 commit_txg = spa_syncing_txg(spa);
3091 commit_txg = spa_first_txg(spa);
3093 ASSERT(commit_txg >= spa_syncing_txg(spa));
3098 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg);

Completed in 17 milliseconds