Searched refs:dst_nritems (Results 1 – 1 of 1) sorted by relevance
1839 int dst_nritems; in push_node_left() local1843 dst_nritems = btrfs_header_nritems(dst); in push_node_left()1844 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in push_node_left()1870 btrfs_node_key_ptr_offset(dst_nritems), in push_node_left()1881 btrfs_set_header_nritems(dst, dst_nritems + push_items); in push_node_left()1905 int dst_nritems; in balance_node_right() local1912 dst_nritems = btrfs_header_nritems(dst); in balance_node_right()1913 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in balance_node_right()1930 (dst_nritems) * in balance_node_right()1939 btrfs_set_header_nritems(dst, dst_nritems + push_items); in balance_node_right()