Searched refs:sums (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | file-item.c | 534 struct btrfs_ordered_sum *sums; in btrfs_lookup_csums_list() local 624 sums = kzalloc(btrfs_ordered_sum_size(fs_info, size), in btrfs_lookup_csums_list() 626 if (!sums) { in btrfs_lookup_csums_list() 631 sums->logical = start; in btrfs_lookup_csums_list() 632 sums->len = size; in btrfs_lookup_csums_list() 637 sums->sums, in btrfs_lookup_csums_list() 642 list_add_tail(&sums->list, list); in btrfs_lookup_csums_list() 652 list_for_each_entry_safe(sums, tmp_sums, list, list) in btrfs_lookup_csums_list() 653 kfree(sums); in btrfs_lookup_csums_list() 805 struct btrfs_ordered_sum *sums = bbio->sums; in csum_one_bio() local [all …]
|
| H A D | tree-log.c | 954 struct btrfs_ordered_sum *sums; in replay_one_extent() local 957 sums = list_first_entry(&ordered_sums, struct btrfs_ordered_sum, list); in replay_one_extent() 958 csum_root = btrfs_csum_root(fs_info, sums->logical); in replay_one_extent() 962 sums->logical); in replay_one_extent() 967 ret = btrfs_del_csums(trans, csum_root, sums->logical, in replay_one_extent() 968 sums->len); in replay_one_extent() 972 sums->logical, in replay_one_extent() 973 sums->logical + sums->len, in replay_one_extent() 978 ret = btrfs_insert_data_csums(trans, csum_root, sums); in replay_one_extent() 982 sums->logical, in replay_one_extent() [all …]
|
| H A D | ioctl.c | 5191 struct btrfs_ordered_sum *sums; in copy_csums_to_user() local 5212 sums = list_first_entry(&list, struct btrfs_ordered_sum, list); in copy_csums_to_user() 5213 list_del(&sums->list); in copy_csums_to_user() 5215 offset = ((sums->logical - disk_bytenr) >> fs_info->sectorsize_bits) * csum_size; in copy_csums_to_user() 5216 copy_size = (sums->len >> fs_info->sectorsize_bits) * csum_size; in copy_csums_to_user() 5218 if (copy_to_user(buf + offset, sums->sums, copy_size)) { in copy_csums_to_user() 5219 kfree(sums); in copy_csums_to_user() 5224 kfree(sums); in copy_csums_to_user() 5229 sums = list_first_entry(&list, struct btrfs_ordered_sum, list); in copy_csums_to_user() 5230 list_del(&sums->list); in copy_csums_to_user() [all …]
|
| H A D | relocation.c | 5831 struct btrfs_ordered_sum *sums = in btrfs_reloc_clone_csums() local 5834 list_del_init(&sums->list); in btrfs_reloc_clone_csums() 5848 sums->logical = ordered->disk_bytenr + sums->logical - disk_bytenr; in btrfs_reloc_clone_csums() 5849 btrfs_add_ordered_sum(ordered, sums); in btrfs_reloc_clone_csums()
|
| H A D | zoned.c | 2083 struct btrfs_ordered_sum *sum = bbio->sums; in btrfs_record_physical_zoned()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctmixer.c | 881 sum_c = mixer->sums[SUM_IN_F_C*CHN_NUM+i]; in ct_mixer_recording_select() 921 mixer->sums[i] = sum; in ct_mixer_get_resources() 953 if (NULL != mixer->sums[i]) { in ct_mixer_get_resources() 954 sum_mgr->put_sum(sum_mgr, (struct sum *)mixer->sums[i]); in ct_mixer_get_resources() 955 mixer->sums[i] = NULL; in ct_mixer_get_resources() 970 alloc_size += sizeof(*mixer->sums) * NUM_CT_SUMS * CHN_NUM; in ct_mixer_get_mem() 975 mixer->sums = (struct sum **)(mixer->amixers + (NUM_CT_AMIXERS * CHN_NUM)); in ct_mixer_get_mem() 994 sum = mixer->sums[k*CHN_NUM]; in ct_mixer_get_mem() 997 sum = mixer->sums[k*CHN_NUM+1]; in ct_mixer_get_mem() 1023 sum = mixer->sums[ in ct_mixer_topology_build() [all...] |
| H A D | ctmixer.h | 46 struct sum **sums; /* sum resources for signal collection */ 45 void **sums; /* sum resources for signal collection */ global() member
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | spi-intel.rst | 61 The SHA1 sums must match. Otherwise do not continue any further! 80 The SHA1 sums should match.
|
| /linux/Documentation/networking/ |
| H A D | udplite.rst | 209 sums the contents of the entire first two packets, plus 15 bytes of
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 52 'percore' is a event qualifier that sums up the event counts for both 563 This option with event modifier "percore" enabled also sums up the event
|