Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzil.c106 boolean_t zil_nocacheflush = B_FALSE; variable
107 SYSCTL_INT(_vfs_zfs, OID_AUTO, zil_nocacheflush, CTLFLAG_RWTUN,
108 &zil_nocacheflush, 0, "Disable ZIL cache flush");
995 if (zil_nocacheflush) in zil_lwb_add_block()