Searched refs:btree_path_get_locks (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | btree_locking.c | 456 static int btree_path_get_locks(struct btree_trans *trans, in btree_path_get_locks() function 611 bool ret = !btree_path_get_locks(trans, path, false, NULL, 0); in bch2_btree_path_relock_norestart() 638 bool ret = !btree_path_get_locks(trans, path, true, NULL, 0) || in __bch2_btree_path_upgrade_norestart() 655 int ret = btree_path_get_locks(trans, path, true, &f, in __bch2_btree_path_upgrade() 689 btree_path_get_locks(trans, linked, true, NULL, 0); in __bch2_btree_path_upgrade() 826 (ret = btree_path_get_locks(trans, path, false, &f, in __bch2_trans_relock()
|