Searched refs:rw_unlock (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/bcache/ |
H A D | btree.c | 663 rw_unlock(true, b); in mca_reap() 708 rw_unlock(true, b); in bch_mca_scan() 722 rw_unlock(true, b); in bch_mca_scan() 986 rw_unlock(true, b); in mca_alloc() 1038 rw_unlock(write, b); in bch_btree_node_get() 1045 rw_unlock(write, b); in bch_btree_node_get() 1075 rw_unlock(true, b); in btree_node_prefetch() 1482 rw_unlock(true, new_nodes[0]); in btree_gc_coalesce() 1498 rw_unlock(true, r[i].b); in btree_gc_coalesce() 1529 rw_unlock(true, new_nodes[i]); in btree_gc_coalesce() [all …]
|
H A D | btree.h | 256 static inline void rw_unlock(bool w, struct btree *b) in rw_unlock() function 336 rw_unlock(_w, _child); \ 359 rw_unlock(_w, _b); \
|
H A D | sysfs.c | 670 rw_unlock(false, b); in bch_root_usage() 679 rw_unlock(false, b); in bch_root_usage()
|
H A D | super.c | 2018 rw_unlock(true, c->root); in run_cache_set() 2094 rw_unlock(true, c->root); in run_cache_set()
|