Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_locking.c459 int fail_idx = -1; in btree_path_get_locks() local
468 fail_idx = l; in btree_path_get_locks()
484 if (fail_idx >= 0) { in btree_path_get_locks()
489 path->l[fail_idx].b = upgrade in btree_path_get_locks()
492 --fail_idx; in btree_path_get_locks()
493 } while (fail_idx >= 0); in btree_path_get_locks()