Searched refs:push_space (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | ctree.c | 3600 int push_space = 0; __push_leaf_right() local 3616 push_space += data_size; __push_leaf_right() 3628 if (space + push_space * 2 > free_space) __push_leaf_right() 3634 push_space += data_size; __push_leaf_right() 3637 if (this_item_size + sizeof(*item) + push_space > free_space) __push_leaf_right() 3641 push_space += this_item_size + sizeof(*item); __push_leaf_right() 3655 push_space = btrfs_item_end_nr(left, left_nritems - push_items); __push_leaf_right() 3656 push_space -= leaf_data_end(root, left); __push_leaf_right() 3661 btrfs_leaf_data(right) + data_end - push_space, __push_leaf_right() 3667 BTRFS_LEAF_DATA_SIZE(root) - push_space, __push_leaf_right() 3669 push_space); __push_leaf_right() 3683 push_space = BTRFS_LEAF_DATA_SIZE(root); __push_leaf_right() 3686 push_space -= btrfs_token_item_size(right, item, &token); __push_leaf_right() 3687 btrfs_set_token_item_offset(right, item, push_space, &token); __push_leaf_right() 3822 int push_space = 0; __push_leaf_left() local 3847 if (space + push_space * 2 > free_space) __push_leaf_left() 3853 push_space += data_size; __push_leaf_left() 3856 if (this_item_size + sizeof(*item) + push_space > free_space) __push_leaf_left() 3860 push_space += this_item_size + sizeof(*item); __push_leaf_left() 3875 push_space = BTRFS_LEAF_DATA_SIZE(root) - __push_leaf_left() 3879 leaf_data_end(root, left) - push_space, __push_leaf_left() 3882 push_space); __push_leaf_left() 3905 push_space = btrfs_item_offset_nr(right, push_items - 1) - __push_leaf_left() 3908 BTRFS_LEAF_DATA_SIZE(root) - push_space, __push_leaf_left() 3910 leaf_data_end(root, right), push_space); __push_leaf_left() 3919 push_space = BTRFS_LEAF_DATA_SIZE(root); __push_leaf_left() 3923 push_space = push_space - btrfs_token_item_size(right, __push_leaf_left() 3925 btrfs_set_token_item_offset(right, item, push_space, &token); __push_leaf_left()
|
Completed in 141 milliseconds