Home
last modified time | relevance | path

Searched refs:dst_nritems (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dctree.c2826 int dst_nritems; in push_node_left() local
2830 dst_nritems = btrfs_header_nritems(dst); in push_node_left()
2831 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in push_node_left()
2862 ret = btrfs_tree_mod_log_eb_copy(dst, src, dst_nritems, 0, push_items); in push_node_left()
2868 btrfs_node_key_ptr_offset(dst, dst_nritems), in push_node_left()
2883 btrfs_set_header_nritems(dst, dst_nritems + push_items); in push_node_left()
2907 int dst_nritems; in balance_node_right() local
2914 dst_nritems = btrfs_header_nritems(dst); in balance_node_right()
2915 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in balance_node_right()
2943 (dst_nritems) * in balance_node_right()
[all …]