Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dctree.c1349 BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in tree_mod_log_rewind()
1431 WARN_ON(btrfs_header_nritems(eb) > BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in get_old_root()
1924 BTRFS_NODEPTRS_PER_BLOCK(fs_info) / 4) in balance_level()
2114 if (left_nr >= BTRFS_NODEPTRS_PER_BLOCK(fs_info) - 1) { in push_nodes_for_insert()
2168 if (right_nr >= BTRFS_NODEPTRS_PER_BLOCK(fs_info) - 1) { in push_nodes_for_insert()
2524 BTRFS_NODEPTRS_PER_BLOCK(fs_info) - 3) { in setup_nodes_for_search()
2544 BTRFS_NODEPTRS_PER_BLOCK(fs_info) / 2) { in setup_nodes_for_search()
3262 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in push_node_left()
3340 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in balance_node_right()
3464 BUG_ON(nritems == BTRFS_NODEPTRS_PER_BLOCK(trans->fs_info)); in insert_ptr()
[all …]
Dprint-tree.c343 nr, (u32)BTRFS_NODEPTRS_PER_BLOCK(fs_info) - nr, in btrfs_print_tree()
Dtree-checker.c1447 if (nr == 0 || nr > BTRFS_NODEPTRS_PER_BLOCK(fs_info)) { in btrfs_check_node()
1452 BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in btrfs_check_node()
Dextent-tree.c4599 BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in reada_walk_down()
5289 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(fs_info); in btrfs_drop_snapshot()
5456 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(fs_info); in btrfs_drop_subtree()
Dctree.h1139 static inline u32 BTRFS_NODEPTRS_PER_BLOCK(const struct btrfs_fs_info *info) in BTRFS_NODEPTRS_PER_BLOCK() function