recs 1355 block/partitions/ldm.c int size, perbuf, skip, finish, s, v, recs; recs 1381 block/partitions/ldm.c recs = get_unaligned_be16(data + 0x0E); /* Number of records */ recs 1382 block/partitions/ldm.c if (recs == 1) { recs 1385 block/partitions/ldm.c } else if (recs > 1) { recs 467 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c struct eeprom_table_record *recs = kcalloc(1, sizeof(*recs), GFP_KERNEL); recs 469 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c if (!recs) recs 473 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c recs[i].address = 0xdeadbeef; recs 474 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c recs[i].retired_page = i; recs 477 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c if (!amdgpu_ras_eeprom_process_recods(control, recs, true, 1)) { recs 479 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c memset(recs, 0, sizeof(*recs) * 1); recs 483 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c if (!amdgpu_ras_eeprom_process_recods(control, recs, false, 1)) { recs 486 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c recs[i].address, recs[i].retired_page); recs 126 fs/ntfs/aops.c unsigned int i, recs; recs 130 fs/ntfs/aops.c recs = PAGE_SIZE / rec_size; recs 132 fs/ntfs/aops.c BUG_ON(!recs); recs 134 fs/ntfs/aops.c for (i = 0; i < recs; i++) recs 123 fs/xfs/libxfs/xfs_iext_tree.c struct xfs_iext_rec recs[RECS_PER_LEAF]; recs 142 fs/xfs/libxfs/xfs_iext_tree.c return &cur->leaf->recs[cur->pos]; recs 219 fs/xfs/libxfs/xfs_iext_tree.c if (xfs_iext_rec_is_empty(&cur->leaf->recs[i])) recs 382 fs/xfs/libxfs/xfs_iext_tree.c if (xfs_iext_rec_is_empty(&leaf->recs[i])) recs 394 fs/xfs/libxfs/xfs_iext_tree.c return leaf->recs[n].lo & XFS_IEXT_STARTOFF_MASK; recs 559 fs/xfs/libxfs/xfs_iext_tree.c new->recs[i] = leaf->recs[nr_keep + i]; recs 560 fs/xfs/libxfs/xfs_iext_tree.c xfs_iext_rec_clear(&leaf->recs[nr_keep + i]); recs 661 fs/xfs/libxfs/xfs_iext_tree.c cur->leaf->recs[i] = cur->leaf->recs[i - 1]; recs 808 fs/xfs/libxfs/xfs_iext_tree.c leaf->prev->recs[nr_prev + i] = leaf->recs[i]; recs 828 fs/xfs/libxfs/xfs_iext_tree.c leaf->recs[nr_entries + i] = recs 829 fs/xfs/libxfs/xfs_iext_tree.c leaf->next->recs[i]; recs 882 fs/xfs/libxfs/xfs_iext_tree.c leaf->recs[i] = leaf->recs[i + 1]; recs 883 fs/xfs/libxfs/xfs_iext_tree.c xfs_iext_rec_clear(&leaf->recs[nr_entries]); recs 59 fs/xfs/xfs_iwalk.c struct xfs_inobt_rec_incore *recs; recs 150 fs/xfs/xfs_iwalk.c ASSERT(iwag->recs == NULL); recs 155 fs/xfs/xfs_iwalk.c iwag->recs = kmem_alloc(size, KM_MAYFAIL); recs 156 fs/xfs/xfs_iwalk.c if (iwag->recs == NULL) recs 167 fs/xfs/xfs_iwalk.c kmem_free(iwag->recs); recs 168 fs/xfs/xfs_iwalk.c iwag->recs = NULL; recs 185 fs/xfs/xfs_iwalk.c struct xfs_inobt_rec_incore *irec = &iwag->recs[i]; recs 297 fs/xfs/xfs_iwalk.c irec = &iwag->recs[iwag->nr_recs]; recs 356 fs/xfs/xfs_iwalk.c irec = &iwag->recs[iwag->nr_recs - 1]; recs 404 fs/xfs/xfs_iwalk.c irec = &iwag->recs[iwag->nr_recs];