Lines Matching refs:sync
1052 boolean_t sync) in zvol_log_write() argument
1082 } else if (sync) { in zvol_log_write()
1111 itx->itx_sync = sync; in zvol_log_write()
1232 boolean_t sync; in zvol_strategy() local
1275 sync = ((!(bp->b_flags & B_ASYNC) && in zvol_strategy()
1304 zvol_log_write(zv, tx, off, size, sync); in zvol_strategy()
1323 if (sync) in zvol_strategy()
1435 boolean_t sync; in zvol_write() local
1452 sync = !(zv->zv_flags & ZVOL_WCE) || in zvol_write()
1473 zvol_log_write(zv, tx, off, bytes, sync); in zvol_write()
1480 if (sync) in zvol_write()
1604 boolean_t sync) in zvol_log_write_minor() argument
1608 zvol_log_write(zv, tx, off, resid, sync); in zvol_log_write_minor()
1619 boolean_t sync) in zvol_log_truncate() argument
1634 itx->itx_sync = sync; in zvol_log_truncate()