Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dctree.c1401 BTRFS_NODEPTRS_PER_BLOCK(fs_info->tree_root)); in tree_mod_log_rewind()
1476 WARN_ON(btrfs_header_nritems(eb) > BTRFS_NODEPTRS_PER_BLOCK(root)); in get_old_root()
1957 BTRFS_NODEPTRS_PER_BLOCK(root) / 4) in balance_level()
2135 if (left_nr >= BTRFS_NODEPTRS_PER_BLOCK(root) - 1) { in push_nodes_for_insert()
2187 if (right_nr >= BTRFS_NODEPTRS_PER_BLOCK(root) - 1) { in push_nodes_for_insert()
2528 BTRFS_NODEPTRS_PER_BLOCK(root) - 3) { in setup_nodes_for_search()
2549 BTRFS_NODEPTRS_PER_BLOCK(root) / 2) { in setup_nodes_for_search()
3198 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in push_node_left()
3277 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems; in balance_node_right()
3410 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.c7706 BTRFS_NODEPTRS_PER_BLOCK(root)); in reada_walk_down()
8501 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(root); in btrfs_drop_snapshot()
8690 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(root); in btrfs_drop_subtree()
Dctree.h386 #define BTRFS_NODEPTRS_PER_BLOCK(r) (((r)->nodesize - \ macro