Searched refs:l2arc_norw (Results 1 – 1 of 1) sorted by relevance
1362 boolean_t l2arc_norw = B_TRUE; /* no reads during writes */ variable1379 SYSCTL_INT(_vfs_zfs, OID_AUTO, l2arc_norw, CTLFLAG_RWTUN,1380 &l2arc_norw, 0, "no reads during writes");5726 if (vd != NULL && l2arc_ndev != 0 && !(l2arc_norw && devw)) { in arc_read()