Searched refs:SCL_L2ARC (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 4525 !spa_config_tryenter(spa, SCL_L2ARC, vd, RW_READER)) in arc_read() 4616 spa_config_exit(spa, SCL_L2ARC, vd); in arc_read() 4620 spa_config_exit(spa, SCL_L2ARC, vd); in arc_read() 5883 spa_config_enter(next->l2ad_spa, SCL_L2ARC, next, RW_READER); in l2arc_dev_get_next() 6056 spa_config_exit(zio->io_spa, SCL_L2ARC, zio->io_vd); in l2arc_read_done() 6881 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread() 6890 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread() 6912 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread() 7211 spa_config_enter(spa, SCL_L2ARC, vd, RW_READER); in l2arc_rebuild() 7246 spa_config_exit(spa, SCL_L2ARC, vd); in l2arc_rebuild() [all …]
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 710 #define SCL_L2ARC 0x04 /* hack until L2ARC 2.0 */ macro 717 #define SCL_STATE_ALL (SCL_STATE | SCL_L2ARC | SCL_ZIO)
|