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

/linux-master/fs/btrfs/
H A Dctree.c1436 * lowest_unlock sets the lowest level in the tree we're allowed to unlock. so
1437 * if lowest_unlock is 1, level 0 won't be unlocked
1440 int lowest_unlock, int min_write_lock_level,
1470 if (i >= lowest_unlock && i > skip_level) {
2007 int lowest_unlock = 1; local
2029 lowest_unlock = 2;
2142 unlock_up(p, level, lowest_unlock,
2179 unlock_up(p, level, lowest_unlock, min_write_lock_level,
2257 int lowest_unlock = 1; local
2298 unlock_up(p, level, lowest_unlock,
1439 unlock_up(struct btrfs_path *path, int level, int lowest_unlock, int min_write_lock_level, int *write_lock_level) argument
[all...]

Completed in 137 milliseconds