Home
last modified time | relevance | path

Searched refs:SCL_L2ARC (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c5946 !spa_config_tryenter(spa, SCL_L2ARC, vd, RW_READER)) in arc_read()
6069 spa_config_exit(spa, SCL_L2ARC, vd); in arc_read()
6073 spa_config_exit(spa, SCL_L2ARC, vd); in arc_read()
7978 spa_config_exit(zio->io_spa, SCL_L2ARC, zio->io_vd); in l2arc_read_done()
8822 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread()
8831 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread()
8853 spa_config_exit(spa, SCL_L2ARC, dev); in l2arc_feed_thread()
9223 spa_config_enter(spa, SCL_L2ARC, vd, RW_READER); in l2arc_rebuild()
9272 spa_config_exit(spa, SCL_L2ARC, vd); in l2arc_rebuild()
9340 if (spa_config_tryenter(spa, SCL_L2ARC, vd, in l2arc_rebuild()
[all …]
H A Dspa.c7684 spa_config_enter(spa, SCL_L2ARC, FTAG, RW_READER);
7686 spa_config_exit(spa, SCL_L2ARC, FTAG);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h846 #define SCL_L2ARC 0x04 /* hack until L2ARC 2.0 */ macro
853 #define SCL_STATE_ALL (SCL_STATE | SCL_L2ARC | SCL_ZIO)