Searched refs:lowest_unlock (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/btrfs/
H A Dctree.c2357 * lowest_unlock sets the lowest level in the tree we're allowed to unlock. so
2358 * if lowest_unlock is 1, level 0 won't be unlocked
2361 int lowest_unlock, int min_write_lock_level, unlock_up()
2387 if (skip_level < i && i >= lowest_unlock) unlock_up()
2391 if (i >= lowest_unlock && i > skip_level && path->locks[i]) { unlock_up()
2673 int lowest_unlock = 1; btrfs_search_slot() local
2687 lowest_unlock = 2; btrfs_search_slot()
2852 unlock_up(p, level, lowest_unlock, btrfs_search_slot()
2915 unlock_up(p, level, lowest_unlock, btrfs_search_slot()
2952 int lowest_unlock = 1; btrfs_search_old_slot() local
2996 unlock_up(p, level, lowest_unlock, 0, NULL); btrfs_search_old_slot()
3030 unlock_up(p, level, lowest_unlock, 0, NULL); btrfs_search_old_slot()
2360 unlock_up(struct btrfs_path *path, int level, int lowest_unlock, int min_write_lock_level, int *write_lock_level) unlock_up() argument

Completed in 82 milliseconds