Searched refs:rw_unlock (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/md/bcache/ |
D | btree.c | 124 rw_unlock(_w, _child); \ 147 rw_unlock(_w, _b); \ 657 rw_unlock(true, b); in mca_reap() 699 rw_unlock(true, b); in bch_mca_scan() 715 rw_unlock(true, b); in bch_mca_scan() 950 rw_unlock(true, b); in mca_alloc() 999 rw_unlock(write, b); in bch_btree_node_get() 1017 rw_unlock(write, b); in bch_btree_node_get() 1037 rw_unlock(true, b); in btree_node_prefetch() 1416 rw_unlock(true, new_nodes[0]); in btree_gc_coalesce() [all …]
|
D | btree.h | 233 static inline void rw_unlock(bool w, struct btree *b) in rw_unlock() function
|
D | sysfs.c | 454 rw_unlock(false, b); in bch_root_usage() 463 rw_unlock(false, b); in bch_root_usage()
|
D | super.c | 1621 rw_unlock(true, c->root); in run_cache_set() 1701 rw_unlock(true, c->root); in run_cache_set()
|