Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/bcache/
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); \
Dsuper.c44 struct mutex bch_register_lock; variable
510 lockdep_assert_held(&bch_register_lock); in __uuid_write()
794 lockdep_assert_held(&bch_register_lock); in bcache_device_unlink()
830 lockdep_assert_held(&bch_register_lock); in bcache_device_detach()
877 lockdep_assert_held(&bch_register_lock); in bcache_device_free()
1155 mutex_lock(&bch_register_lock); in cached_dev_detach_finish()
1164 mutex_unlock(&bch_register_lock); in cached_dev_detach_finish()
1174 lockdep_assert_held(&bch_register_lock); in bch_cached_dev_detach()
1367 mutex_lock(&bch_register_lock); in cached_dev_free()
1376 mutex_unlock(&bch_register_lock); in cached_dev_free()
[all …]
Dsysfs.c466 mutex_lock(&bch_register_lock); in STORE()
499 mutex_unlock(&bch_register_lock); in STORE()
Dbcache.h1001 extern struct mutex bch_register_lock;
Drequest.c1142 if (mutex_trylock(&bch_register_lock)) { in quit_max_writeback_rate()
1159 mutex_unlock(&bch_register_lock); in quit_max_writeback_rate()