Searched refs:zvol_log_write (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c1048 * zvol_log_write() handles synchronous writes using TX_WRITE ZIL transactions.
1056 zvol_log_write(zvol_state_t *zv, dmu_tx_t *tx, offset_t off, ssize_t resid, function
1303 zvol_log_write(zv, tx, off, size, sync);
1472 zvol_log_write(zv, tx, off, bytes, sync);
1599 * Entry point for external callers to zvol_log_write
1607 zvol_log_write(zv, tx, off, resid, sync);

Completed in 72 milliseconds