Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dctree.c1403 BTRFS_NODEPTRS_PER_BLOCK(fs_info->tree_root)); in tree_mod_log_rewind()
1479 WARN_ON(btrfs_header_nritems(eb) > BTRFS_NODEPTRS_PER_BLOCK(root)); in get_old_root()
1963 BTRFS_NODEPTRS_PER_BLOCK(root) / 4) in balance_level()
2141 if (left_nr >= BTRFS_NODEPTRS_PER_BLOCK(root) - 1) { in push_nodes_for_insert()
2193 if (right_nr >= BTRFS_NODEPTRS_PER_BLOCK(root) - 1) { in push_nodes_for_insert()
2534 BTRFS_NODEPTRS_PER_BLOCK(root) - 3) { in setup_nodes_for_search()
2555 BTRFS_NODEPTRS_PER_BLOCK(root) / 2) { in setup_nodes_for_search()
3204 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in push_node_left()
3283 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in balance_node_right()
3416 BUG_ON(nritems == BTRFS_NODEPTRS_PER_BLOCK(root)); in insert_ptr()
[all …]
Dprint-tree.c329 (u32)BTRFS_NODEPTRS_PER_BLOCK(root) - nr); in btrfs_print_tree()
Dextent-tree.c8055 BTRFS_NODEPTRS_PER_BLOCK(root)); in reada_walk_down()
8882 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(root); in btrfs_drop_snapshot()
9045 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(root); in btrfs_drop_subtree()
Dctree.h386 #define BTRFS_NODEPTRS_PER_BLOCK(r) (((r)->nodesize - \ macro