Home
last modified time | relevance | path

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

/fs/btrfs/
Dctree.c1965 int dst_nritems; in push_node_left() local
1969 dst_nritems = btrfs_header_nritems(dst); in push_node_left()
1970 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in push_node_left()
1996 btrfs_node_key_ptr_offset(dst_nritems), in push_node_left()
2007 btrfs_set_header_nritems(dst, dst_nritems + push_items); in push_node_left()
2011 ret = btrfs_update_ref(trans, root, src, dst, dst_nritems, push_items); in push_node_left()
2034 int dst_nritems; in balance_node_right() local
2041 dst_nritems = btrfs_header_nritems(dst); in balance_node_right()
2042 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in balance_node_right()
2059 (dst_nritems) * in balance_node_right()
[all …]