Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dctree.c3286 int dst_nritems; in push_node_left() local
3290 dst_nritems = btrfs_header_nritems(dst); in push_node_left()
3291 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in push_node_left()
3322 ret = tree_mod_log_eb_copy(dst, src, dst_nritems, 0, push_items); in push_node_left()
3328 btrfs_node_key_ptr_offset(dst_nritems), in push_node_left()
3343 btrfs_set_header_nritems(dst, dst_nritems + push_items); in push_node_left()
3367 int dst_nritems; in balance_node_right() local
3374 dst_nritems = btrfs_header_nritems(dst); in balance_node_right()
3375 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in balance_node_right()
3396 ret = tree_mod_log_insert_move(dst, push_items, 0, dst_nritems); in balance_node_right()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dctree.c2828 int dst_nritems; in push_node_left() local
2832 dst_nritems = btrfs_header_nritems(dst); in push_node_left()
2833 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in push_node_left()
2864 ret = btrfs_tree_mod_log_eb_copy(dst, src, dst_nritems, 0, push_items); in push_node_left()
2870 btrfs_node_key_ptr_offset(dst, dst_nritems), in push_node_left()
2885 btrfs_set_header_nritems(dst, dst_nritems + push_items); in push_node_left()
2909 int dst_nritems; in balance_node_right() local
2916 dst_nritems = btrfs_header_nritems(dst); in balance_node_right()
2917 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in balance_node_right()
2945 (dst_nritems) * in balance_node_right()
[all...]

Completed in 10 milliseconds