Searched refs:dst_nritems (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | ctree.c | 3299 int dst_nritems; in push_node_left() local 3303 dst_nritems = btrfs_header_nritems(dst); in push_node_left() 3304 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in push_node_left() 3329 ret = tree_mod_log_eb_copy(fs_info, dst, src, dst_nritems, 0, in push_node_left() 3336 btrfs_node_key_ptr_offset(dst_nritems), in push_node_left() 3351 btrfs_set_header_nritems(dst, dst_nritems + push_items); in push_node_left() 3375 int dst_nritems; in balance_node_right() local 3382 dst_nritems = btrfs_header_nritems(dst); in balance_node_right() 3383 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in balance_node_right() 3398 ret = tree_mod_log_insert_move(dst, push_items, 0, dst_nritems); in balance_node_right() [all …]
|