Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dctree.c3650 int push_space = 0; in __push_leaf_right() local
3664 push_space += data_size; in __push_leaf_right()
3677 if (space + push_space * 2 > free_space) in __push_leaf_right()
3683 push_space += data_size; in __push_leaf_right()
3686 if (this_item_size + sizeof(*item) + push_space > free_space) in __push_leaf_right()
3690 push_space += this_item_size + sizeof(*item); in __push_leaf_right()
3704 push_space = btrfs_item_end_nr(left, left_nritems - push_items); in __push_leaf_right()
3705 push_space -= leaf_data_end(left); in __push_leaf_right()
3710 BTRFS_LEAF_DATA_OFFSET + data_end - push_space, in __push_leaf_right()
3716 BTRFS_LEAF_DATA_SIZE(fs_info) - push_space, in __push_leaf_right()
[all …]