Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dctree.c1456 static noinline void unlock_up(struct btrfs_path *path, int level, in unlock_up() function
1521 bool unlock_up; in read_block_for_search() local
1523 unlock_up = ((level + 1 < BTRFS_MAX_LEVEL) && p->locks[level + 1]); in read_block_for_search()
1566 if (unlock_up) in read_block_for_search()
1577 if (unlock_up) in read_block_for_search()
1585 if (unlock_up) { in read_block_for_search()
2154 unlock_up(p, level, lowest_unlock, in btrfs_search_slot()
2191 unlock_up(p, level, lowest_unlock, min_write_lock_level, in btrfs_search_slot()
2310 unlock_up(p, level, lowest_unlock, 0, NULL); in btrfs_search_old_slot()
2319 unlock_up(p, level, lowest_unlock, 0, NULL); in btrfs_search_old_slot()
[all …]