Searched refs:l2arc_norw (Results 1 – 2 of 2) sorted by relevance
156 extern int l2arc_norw; /* no reads during writes */173 SYSCTL_INT(_vfs_zfs, OID_AUTO, l2arc_norw, CTLFLAG_RW,174 &l2arc_norw, 0, "no reads during writes (LEGACY)");
834 int l2arc_norw = B_FALSE; /* no reads during writes */ variable6307 if (vd != NULL && spa_has_l2 && !(l2arc_norw && devw)) { in arc_read()