• Home
  • Raw
  • Download

Lines Matching refs:range

737 					range(buf, INCFS_DATA_FILE_BLOCK_SIZE),  in validate_hash_tree()
738 range(calculated_digest, digest_size)); in validate_hash_tree()
776 range(calculated_digest, digest_size)); in validate_hash_tree()
848 static int copy_one_range(struct incfs_filled_range *range, void __user *buffer, in copy_one_range() argument
855 if (copy_to_user(((char __user *)buffer) + *size_out, range, in copy_one_range()
856 sizeof(*range))) in copy_one_range()
859 *size_out += sizeof(*range); in copy_one_range()
870 struct incfs_filled_range range; in incfs_get_filled_blocks() local
901 range = (struct incfs_filled_range){ in incfs_get_filled_blocks()
906 error = copy_one_range(&range, buffer, size, size_out); in incfs_get_filled_blocks()
957 range.begin = arg->index_out; in incfs_get_filled_blocks()
959 range.end = arg->index_out; in incfs_get_filled_blocks()
960 error = copy_one_range(&range, buffer, size, size_out); in incfs_get_filled_blocks()
972 range.end = arg->index_out; in incfs_get_filled_blocks()
973 error = copy_one_range(&range, buffer, size, size_out); in incfs_get_filled_blocks()
975 arg->index_out = range.begin; in incfs_get_filled_blocks()
1304 decompress(mi, range(tmp.data, bytes_to_read), in incfs_read_data_file_block()
1426 range(data, block->data_len), block->block_index, in incfs_process_new_data_block()
1514 bfc, range(data, block->data_len), block->block_index, in incfs_process_new_hash_block()
1586 hash_tree = incfs_alloc_mtree(range(buf, signature->sig_size), in process_file_signature_md()