Lines Matching refs:btrfs_item
75 * the leaf. The btrfs_item offset's start directly after the header, so we
98 * the leaf. The btrfs_item offset's start directly after the header, so we
127 nr_items * sizeof(struct btrfs_item));
148 nr_items * sizeof(struct btrfs_item));
944 item_size = sizeof(struct btrfs_item);
2067 * accounts the size btrfs_item, deduct it here so leaf space
2071 ASSERT(ins_len >= sizeof(struct btrfs_item));
2072 ins_len -= sizeof(struct btrfs_item);
2107 * sizeof(struct btrfs_item), then p->search_for_extension must
3202 data_len += sizeof(struct btrfs_item) * nr;
3280 if (this_item_size + sizeof(struct btrfs_item) +
3285 push_space += this_item_size + sizeof(struct btrfs_item);
3489 if (this_item_size + sizeof(struct btrfs_item) + push_space >
3494 push_space += this_item_size + sizeof(struct btrfs_item);
3800 sizeof(struct btrfs_item) > BTRFS_LEAF_DATA_SIZE(fs_info))
4047 if (WARN_ON(btrfs_leaf_free_space(leaf) < sizeof(struct btrfs_item)))
4106 * a tree block with room for one extra struct btrfs_item
4119 sizeof(struct btrfs_item));
4325 total_size = batch->total_data_size + (batch->nr * sizeof(struct btrfs_item));
4421 total_size = batch->total_data_size + (batch->nr * sizeof(struct btrfs_item));
4482 item_size + sizeof(struct btrfs_item));
4668 min_push_space = sizeof(struct btrfs_item) +