Searched refs:dst_nritems (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 3199 int dst_nritems; in push_node_left() local 3203 dst_nritems = btrfs_header_nritems(dst); in push_node_left() 3204 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in push_node_left() 3229 ret = tree_mod_log_eb_copy(root->fs_info, dst, src, dst_nritems, 0, in push_node_left() 3236 btrfs_node_key_ptr_offset(dst_nritems), in push_node_left() 3251 btrfs_set_header_nritems(dst, dst_nritems + push_items); in push_node_left() 3275 int dst_nritems; in balance_node_right() local 3282 dst_nritems = btrfs_header_nritems(dst); in balance_node_right() 3283 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in balance_node_right() 3298 tree_mod_log_eb_move(root->fs_info, dst, push_items, 0, dst_nritems); in balance_node_right() [all …]
|