Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dctree.c1064 BTRFS_NODEPTRS_PER_BLOCK(fs_info) / 4) in balance_level()
1254 if (left_nr >= BTRFS_NODEPTRS_PER_BLOCK(fs_info) - 1) { in push_nodes_for_insert()
1308 if (right_nr >= BTRFS_NODEPTRS_PER_BLOCK(fs_info) - 1) { in push_nodes_for_insert()
1659 BTRFS_NODEPTRS_PER_BLOCK(fs_info) - 3) { in setup_nodes_for_search()
1672 BTRFS_NODEPTRS_PER_BLOCK(fs_info) / 2) { in setup_nodes_for_search()
2662 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in push_node_left()
2746 push_items = BTRFS_NODEPTRS_PER_BLOCK(fs_info) - dst_nritems; in balance_node_right()
2877 BUG_ON(nritems == BTRFS_NODEPTRS_PER_BLOCK(trans->fs_info)); in insert_ptr()
2943 BTRFS_NODEPTRS_PER_BLOCK(fs_info) - 3) in split_node()
A Dtree-mod-log.c783 BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in btrfs_tree_mod_log_rewind()
893 WARN_ON(btrfs_header_nritems(eb) > BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in btrfs_get_old_root()
A Dprint-tree.c377 nr, (u32)BTRFS_NODEPTRS_PER_BLOCK(fs_info) - nr, in btrfs_print_tree()
A Dctree.h459 static inline u32 BTRFS_NODEPTRS_PER_BLOCK(const struct btrfs_fs_info *info) in BTRFS_NODEPTRS_PER_BLOCK() function
A Dtree-checker.c1841 if (unlikely(nr == 0 || nr > BTRFS_NODEPTRS_PER_BLOCK(fs_info))) { in btrfs_check_node()
1846 BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in btrfs_check_node()
A Dextent-tree.c5012 BTRFS_NODEPTRS_PER_BLOCK(fs_info)); in reada_walk_down()
5705 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(fs_info); in btrfs_drop_snapshot()
5894 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(fs_info); in btrfs_drop_subtree()

Completed in 41 milliseconds