Lines Matching refs:l
583 int l; in walk_up_tree() local
585 for (l = 0; l < BTRFS_MAX_LEVEL; l++) { in walk_up_tree()
586 if (!path->nodes[l]) in walk_up_tree()
588 if (l) { in walk_up_tree()
589 path->slots[l]++; in walk_up_tree()
590 if (path->slots[l] < in walk_up_tree()
591 btrfs_header_nritems(path->nodes[l])) { in walk_up_tree()
592 *level = l; in walk_up_tree()
596 btrfs_tree_unlock_rw(path->nodes[l], path->locks[l]); in walk_up_tree()
597 free_extent_buffer(path->nodes[l]); in walk_up_tree()
598 path->nodes[l] = NULL; in walk_up_tree()
599 path->slots[l] = 0; in walk_up_tree()
600 path->locks[l] = 0; in walk_up_tree()