Lines Matching refs:range
736 range(buf, INCFS_DATA_FILE_BLOCK_SIZE), in validate_hash_tree()
737 range(calculated_digest, digest_size)); in validate_hash_tree()
774 range(calculated_digest, digest_size)); in validate_hash_tree()
846 static int copy_one_range(struct incfs_filled_range *range, void __user *buffer, in copy_one_range() argument
853 if (copy_to_user(((char __user *)buffer) + *size_out, range, in copy_one_range()
854 sizeof(*range))) in copy_one_range()
857 *size_out += sizeof(*range); in copy_one_range()
868 struct incfs_filled_range range; in incfs_get_filled_blocks() local
899 range = (struct incfs_filled_range){ in incfs_get_filled_blocks()
904 error = copy_one_range(&range, buffer, size, size_out); in incfs_get_filled_blocks()
955 range.begin = arg->index_out; in incfs_get_filled_blocks()
957 range.end = arg->index_out; in incfs_get_filled_blocks()
958 error = copy_one_range(&range, buffer, size, size_out); in incfs_get_filled_blocks()
970 range.end = arg->index_out; in incfs_get_filled_blocks()
971 error = copy_one_range(&range, buffer, size, size_out); in incfs_get_filled_blocks()
973 arg->index_out = range.begin; in incfs_get_filled_blocks()
1302 decompress(mi, range(tmp.data, bytes_to_read), in incfs_read_data_file_block()
1424 range(data, block->data_len), block->block_index, in incfs_process_new_data_block()
1512 bfc, range(data, block->data_len), block->block_index, in incfs_process_new_hash_block()
1584 hash_tree = incfs_alloc_mtree(range(buf, signature->sig_size), in process_file_signature_md()