Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbtree_locking.c274 int bch2_check_for_deadlock(struct btree_trans *trans, struct printbuf *cycle) in bch2_check_for_deadlock() function
401 return bch2_check_for_deadlock(trans, NULL); in bch2_six_check_for_deadlock()
Dbtree_locking.h436 int bch2_check_for_deadlock(struct btree_trans *, struct printbuf *);
Ddebug.c831 bool found = bch2_check_for_deadlock(trans, out) != 0; in btree_deadlock_to_text()