Lines Matching defs:synced
1272 * log as its content should have already been synced to the
2623 * synced then start up a taskq to free them. We should only do this after we
2680 * the last synced txg from changing. That's okay since we'll
2698 * if it's unnecessary (i.e. the txg was synced).
2749 * the last synced txg from changing.
2840 * lwbs in the zilog's zl_lwb_list are synced and then freed (in
2854 * all lwb's in the zl_lwb_list have been synced and freed
2954 boolean_t synced = txg <= spa_last_synced_txg(spa);
2958 * If the txg of this itx has already been synced out, then
2963 * been synced; this will result in a write that's
2968 * has been synced out. We do this to ensure any OPENED lwb
2973 * whose txg had already been synced, the following
2978 * itx's txg is 10 and the last synced txg is 9.
2992 * synced.
2998 * data; i.e. when the pool is frozen, the last synced txg
3001 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) {
3995 * We need to use txg_wait_synced() to wait until that txg is synced.