Searched refs:SCL_L2ARC (Results 1 – 5 of 5) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 6300 !spa_config_tryenter(spa, SCL_L2ARC, vd, RW_READER)) in arc_read() 6436 spa_config_exit(spa, SCL_L2ARC, vd); in arc_read() 6440 spa_config_exit(spa, SCL_L2ARC, vd); in arc_read() 8886 spa_config_exit(zio->io_spa, SCL_L2ARC, zio->io_vd); in l2arc_read_done() 9328 spa_config_exit(dev->l2ad_spa, SCL_L2ARC, dev); in l2arc_evict() 9332 spa_config_enter(dev->l2ad_spa, SCL_L2ARC, dev, in l2arc_evict() 10231 if (!spa_config_tryenter(spa, SCL_L2ARC, dev, RW_READER)) in l2arc_feed_thread() 10239 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread() 10271 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread() 10656 ASSERT(spa_config_held(spa, SCL_L2ARC, RW_WRITER) & SCL_L2ARC); in l2arc_remove_vdev() [all …]
|
| H A D | vdev_trim.c | 1667 spa_config_enter(vd->vdev_spa, SCL_L2ARC, vd, in vdev_trim_l2arc_thread() 1671 spa_config_exit(vd->vdev_spa, SCL_L2ARC, vd); in vdev_trim_l2arc_thread()
|
| H A D | vdev_label.c | 1675 int locks = (SCL_L2ARC | SCL_ZIO); in vdev_copy_uberblocks()
|
| H A D | spa.c | 9894 spa_config_enter(spa, SCL_L2ARC, FTAG, RW_READER); 9896 spa_config_exit(spa, SCL_L2ARC, FTAG);
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 915 #define SCL_L2ARC 0x04 /* hack until L2ARC 2.0 */ macro 922 #define SCL_STATE_ALL (SCL_STATE | SCL_L2ARC | SCL_ZIO)
|