Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dctree.c1365 static noinline void unlock_up(struct btrfs_path *path, int level, in unlock_up() function
1430 bool unlock_up; in read_block_for_search() local
1432 unlock_up = ((level + 1 < BTRFS_MAX_LEVEL) && p->locks[level + 1]); in read_block_for_search()
1471 if (unlock_up) in read_block_for_search()
1487 if (unlock_up) in read_block_for_search()
1495 if (unlock_up) { in read_block_for_search()
2063 unlock_up(p, level, lowest_unlock, in btrfs_search_slot()
2100 unlock_up(p, level, lowest_unlock, min_write_lock_level, in btrfs_search_slot()
2219 unlock_up(p, level, lowest_unlock, 0, NULL); in btrfs_search_old_slot()
2228 unlock_up(p, level, lowest_unlock, 0, NULL); in btrfs_search_old_slot()
[all …]