Home
last modified time | relevance | path

Searched refs:btree_path_set_dirty (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbtree_locking.h155 btree_path_set_dirty(path, BTREE_ITER_NEED_RELOCK); in __bch2_btree_path_unlock()
426 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in btree_path_set_level_up()
Dbtree_locking.c471 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in btree_path_get_locks()
585 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in bch2_btree_path_relock_intent()
Dbtree_key_cache.c589 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in bch2_btree_key_cache_drop()
Dbtree_iter.c1086 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in btree_path_set_level_down()
1284 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in __bch2_btree_path_set_pos()
1313 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in __bch2_btree_path_set_pos()
1972 btree_path_set_dirty(path, BTREE_ITER_NEED_TRAVERSE); in bch2_btree_iter_next_node()
Dbtree_iter.h48 static inline void btree_path_set_dirty(struct btree_path *path, in btree_path_set_dirty() function