Home
last modified time | relevance | path

Searched refs:bch_register_lock (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dsysfs.h27 mutex_lock(&bch_register_lock); \
29 mutex_unlock(&bch_register_lock); \
37 mutex_lock(&bch_register_lock); \
39 mutex_unlock(&bch_register_lock); \
H A Dsuper.c43 struct mutex bch_register_lock; variable
506 lockdep_assert_held(&bch_register_lock); in __uuid_write()
790 lockdep_assert_held(&bch_register_lock); in bcache_device_unlink()
826 lockdep_assert_held(&bch_register_lock); in bcache_device_detach()
873 lockdep_assert_held(&bch_register_lock); in bcache_device_free()
1158 mutex_lock(&bch_register_lock); in cached_dev_detach_finish()
1167 mutex_unlock(&bch_register_lock); in cached_dev_detach_finish()
1177 lockdep_assert_held(&bch_register_lock); in bch_cached_dev_detach()
1365 mutex_lock(&bch_register_lock); in CLOSURE_CALLBACK()
1374 mutex_unlock(&bch_register_lock); in CLOSURE_CALLBACK()
[all …]
H A Dbcache.h1015 extern struct mutex bch_register_lock;
H A Drequest.c1150 if (mutex_trylock(&bch_register_lock)) { in quit_max_writeback_rate()
1167 mutex_unlock(&bch_register_lock); in quit_max_writeback_rate()