Searched refs:rw_unlock (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/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() 981 rw_unlock(true, b); in mca_alloc() 1030 rw_unlock(write, b); in bch_btree_node_get() 1037 rw_unlock(write, b); in bch_btree_node_get() 1067 rw_unlock(true, b); in btree_node_prefetch() 1468 rw_unlock(true, new_nodes[0]); in btree_gc_coalesce() 1484 rw_unlock(true, r[i].b); in btree_gc_coalesce() 1515 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 | 997 rw_unlock(0, c->root); in bch_sectors_dirty_init() 1033 rw_unlock(0, c->root); in bch_sectors_dirty_init()
|
D | sysfs.c | 668 rw_unlock(false, b); in bch_root_usage() 677 rw_unlock(false, b); in bch_root_usage()
|
D | super.c | 2022 rw_unlock(true, c->root); in run_cache_set() 2098 rw_unlock(true, c->root); in run_cache_set()
|