Home
last modified time | relevance | path

Searched refs:bch2_check_for_deadlock (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbtree_locking.c293 int bch2_check_for_deadlock(struct btree_trans *trans, struct printbuf *cycle) in bch2_check_for_deadlock() function
419 return bch2_check_for_deadlock(trans, NULL); in bch2_six_check_for_deadlock()
H A Dbtree_locking.h448 int bch2_check_for_deadlock(struct btree_trans *, struct printbuf *);
H A Ddebug.c845 bool found = bch2_check_for_deadlock(trans, out) != 0; in btree_deadlock_to_text()