Searched refs:rw_unlock (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | btree.c | 130 rw_unlock(_w, _child); \ 153 rw_unlock(_w, _b); \ 665 rw_unlock(true, b); in mca_reap() 709 rw_unlock(true, b); in bch_mca_scan() 726 rw_unlock(true, b); in bch_mca_scan() 965 rw_unlock(true, b); in mca_alloc() 1014 rw_unlock(write, b); in bch_btree_node_get() 1021 rw_unlock(write, b); in bch_btree_node_get() 1052 rw_unlock(true, b); in btree_node_prefetch() 1439 rw_unlock(true, new_nodes[0]); in btree_gc_coalesce() [all …]
|
D | btree.h | 234 static inline void rw_unlock(bool w, struct btree *b) in rw_unlock() function
|
D | sysfs.c | 550 rw_unlock(false, b); in bch_root_usage() 559 rw_unlock(false, b); in bch_root_usage()
|
D | super.c | 1831 rw_unlock(true, c->root); in run_cache_set() 1911 rw_unlock(true, c->root); in run_cache_set()
|