Searched refs:walk_up_tree (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ref-verify.c | 584 static int walk_up_tree(struct btrfs_path *path, int *level) in walk_up_tree() function 1014 ret = walk_up_tree(path, &level); in btrfs_build_ref_tree()
|
H A D | extent-tree.c | 5583 static noinline int walk_up_tree(struct btrfs_trans_handle *trans, in walk_up_tree() function 5762 ret = walk_up_tree(trans, root, path, wc, BTRFS_MAX_LEVEL); in btrfs_drop_snapshot() 5951 wret = walk_up_tree(trans, root, path, wc, parent_level); in btrfs_drop_subtree()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ref-verify.c | 593 static int walk_up_tree(struct btrfs_path *path, int *level) in walk_up_tree() function 1025 ret = walk_up_tree(path, &level); in btrfs_build_ref_tree()
|
H A D | extent-tree.c | 5307 static noinline int walk_up_tree(struct btrfs_trans_handle *trans, in walk_up_tree() function 5482 ret = walk_up_tree(trans, root, path, wc, BTRFS_MAX_LEVEL); in btrfs_drop_snapshot() 5657 wret = walk_up_tree(trans, root, path, wc, parent_level); in btrfs_drop_subtree()
|
Completed in 24 milliseconds