Searched refs:unlock_up (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.c | 1595 static noinline void unlock_up(struct btrfs_path *path, int level, in unlock_up() function 1660 bool unlock_up; in read_block_for_search() local 1662 unlock_up = ((level + 1 < BTRFS_MAX_LEVEL) && p->locks[level + 1]); in read_block_for_search() 1705 if (unlock_up) in read_block_for_search() 1721 if (unlock_up) in read_block_for_search() 1729 if (unlock_up) { in read_block_for_search() 2302 unlock_up(p, level, lowest_unlock, in btrfs_search_slot() 2339 unlock_up(p, level, lowest_unlock, min_write_lock_level, in btrfs_search_slot() 2458 unlock_up(p, level, lowest_unlock, 0, NULL); in btrfs_search_old_slot() 2467 unlock_up(p, level, lowest_unlock, 0, NULL); in btrfs_search_old_slot() [all …]
|