Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dctree.c3688 int push_space = 0; in __push_leaf_right() local
3702 push_space += data_size; in __push_leaf_right()
3715 if (space + push_space * 2 > free_space) in __push_leaf_right()
3721 push_space += data_size; in __push_leaf_right()
3724 if (this_item_size + sizeof(*item) + push_space > free_space) in __push_leaf_right()
3728 push_space += this_item_size + sizeof(*item); in __push_leaf_right()
3742 push_space = btrfs_item_end_nr(left, left_nritems - push_items); in __push_leaf_right()
3743 push_space -= leaf_data_end(left); in __push_leaf_right()
3748 BTRFS_LEAF_DATA_OFFSET + data_end - push_space, in __push_leaf_right()
3754 BTRFS_LEAF_DATA_SIZE(fs_info) - push_space, in __push_leaf_right()
3920 int push_space = 0; __push_leaf_left() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dctree.c3247 int push_space = 0; in __push_leaf_right() local
3260 push_space += data_size; in __push_leaf_right()
3271 if (space + push_space * 2 > free_space) in __push_leaf_right()
3277 push_space += data_size; in __push_leaf_right()
3281 push_space > free_space) in __push_leaf_right()
3285 push_space += this_item_size + sizeof(struct btrfs_item); in __push_leaf_right()
3299 push_space = btrfs_item_data_end(left, left_nritems - push_items); in __push_leaf_right()
3300 push_space -= leaf_data_end(left); in __push_leaf_right()
3304 memmove_leaf_data(right, data_end - push_space, data_end, in __push_leaf_right()
3308 copy_leaf_data(right, left, BTRFS_LEAF_DATA_SIZE(fs_info) - push_space, in __push_leaf_right()
3459 int push_space = 0; __push_leaf_left() local
[all...]

Completed in 14 milliseconds