Home
last modified time | relevance | path

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

/linux-6.14.4/fs/bcachefs/
Dbtree_locking.c457 int fail_idx = -1; in btree_path_get_locks() local
466 fail_idx = l; in btree_path_get_locks()
482 if (fail_idx >= 0) { in btree_path_get_locks()
487 path->l[fail_idx].b = upgrade in btree_path_get_locks()
490 --fail_idx; in btree_path_get_locks()
491 } while (fail_idx >= 0); in btree_path_get_locks()