Lines Matching refs:size
46 * size of the descriptor item and some extra data for encryption.
49 * the higher level verity code. The most common descriptor size is 256 bytes.
60 * linearly with the size of the file (with 4K pages/blocks and SHA-256, it's
61 * ~1/127th the size) so for large files, writing the tree can be a lengthy
77 * fs-verity, it is convenient to do size computations in terms of a file
248 * size filesystems
283 * and will just return the size of all the items up to len bytes.
511 * @desc_size: size of the verity descriptor
622 * @desc_size: size of the verity descriptor (variable with signatures)
623 * @merkle_tree_size: size of the merkle tree in bytes
660 * @buf_size: size of the output buffer. 0 to query the size
663 * it calls with buf_size = 0 to query the size of the descriptor, and then in
666 * Returns the size on success or a negative error code on failure.
787 * @size: the Merkle tree block size (in bytes)
792 u64 pos, unsigned int size)
798 if (merkle_pos > inode->i_sb->s_maxbytes - pos - size)
802 pos, buf, size);