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

/linux-master/fs/btrfs/
H A Dctree.c3124 u32 this_item_size; local
3151 this_item_size = btrfs_item_size(left, i);
3152 if (this_item_size + sizeof(struct btrfs_item) +
3157 push_space += this_item_size + sizeof(struct btrfs_item);
3336 u32 this_item_size; local
3360 this_item_size = btrfs_item_size(right, i);
3361 if (this_item_size + sizeof(struct btrfs_item) + push_space >
3366 push_space += this_item_size + sizeof(struct btrfs_item);

Completed in 127 milliseconds