Searched refs:rw_unlock (Results 1 – 5 of 5) sorted by relevance
/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() 1033 rw_unlock(write, b); in bch_btree_node_get() 1040 rw_unlock(write, b); in bch_btree_node_get() 1070 rw_unlock(true, b); in btree_node_prefetch() 1475 rw_unlock(true, new_nodes[0]); in btree_gc_coalesce() 1491 rw_unlock(true, r[i].b); in btree_gc_coalesce() 1522 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 | 991 rw_unlock(0, b); in bch_sectors_dirty_init() 1008 rw_unlock(0, b); in bch_sectors_dirty_init() 1045 rw_unlock(0, b); 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 | 2025 rw_unlock(true, c->root); in run_cache_set() 2101 rw_unlock(true, c->root); in run_cache_set()
|