Home
last modified time | relevance | path

Searched refs:zil_max_copied_data (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h520 extern uint64_t zil_max_copied_data(zilog_t *zilog);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_log.c578 resid > zil_max_copied_data(zilog)) in zfs_log_write()
H A Dzvol.c589 if (wr_state == WR_COPIED && size > zil_max_copied_data(zilog)) in zvol_log_write()
H A Dzil.c1608 zil_max_copied_data(zilog_t *zilog) in zil_max_copied_data() function