Searched refs:rw_unlock (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/md/bcache/ |
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 …]
|
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); \
|
D | writeback.c | 994 rw_unlock(0, b); in bch_sectors_dirty_init() 1011 rw_unlock(0, b); in bch_sectors_dirty_init() 1048 rw_unlock(0, b); in bch_sectors_dirty_init()
|
D | sysfs.c | 670 rw_unlock(false, b); in bch_root_usage() 679 rw_unlock(false, b); in bch_root_usage()
|
D | super.c | 2018 rw_unlock(true, c->root); in run_cache_set() 2094 rw_unlock(true, c->root); in run_cache_set()
|