Lines Matching defs:item
46 * size of the descriptor item and some extra data for encryption.
63 * (between begin_enable_verity and end_enable_verity) with an orphan item.
123 /* 1 for the item being dropped */
207 * @offset: item offset to insert at
213 * consecutively increasing from 0 up to the last item ending at offset + len.
235 /* 1 for the new item being inserted */
280 * @offset: item offset to read from
354 * item. Make sure it all makes sense.
362 /* desc = NULL to just sum all the item lengths */
368 /* Number of bytes in this item we want to copy */
371 /* Offset from the start of item for copying */
518 * - delete the orphan item
529 struct btrfs_verity_descriptor_item item;
532 /* Write out the descriptor item */
533 memset(&item, 0, sizeof(item));
534 btrfs_set_stack_verity_descriptor_size(&item, desc_size);
536 (const char *)&item, sizeof(item));
604 /* 1 for the orphan item */
672 struct btrfs_verity_descriptor_item item;
674 memset(&item, 0, sizeof(item));
676 (char *)&item, sizeof(item), NULL);
680 if (item.reserved[0] != 0 || item.reserved[1] != 0)
683 true_size = btrfs_stack_verity_descriptor_size(&item);
760 * Merkle item keys are indexed from byte 0 in the merkle tree.