Searched refs:push_leaf_right (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 3823 static int push_leaf_right(struct btrfs_trans_handle *trans, struct btrfs_root in push_leaf_right() function 4226 ret = push_leaf_right(trans, root, path, 1, space_needed, 0, slot); in push_for_double_split() 4299 wret = push_leaf_right(trans, root, path, space_needed, in split_leaf() 5128 wret = push_leaf_right(trans, root, path, 1, in btrfs_del_items() 5198 * (see push_leaf_right()). in btrfs_prev_leaf()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 2511 * (see push_leaf_right()). in btrfs_prev_leaf() 3371 static int push_leaf_right(struct btrfs_trans_handle *trans, struct btrfs_root in push_leaf_right() function 3737 ret = push_leaf_right(trans, root, path, 1, space_needed, 0, slot); in push_for_double_split() 3810 wret = push_leaf_right(trans, root, path, space_needed, in split_leaf() 4689 wret = push_leaf_right(trans, root, path, 0, in btrfs_del_items()
|
Completed in 12 milliseconds