Searched refs:recs (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_iext_tree.c | 123 struct xfs_iext_rec recs[RECS_PER_LEAF]; member 142 return &cur->leaf->recs[cur->pos]; in cur_rec() 219 if (xfs_iext_rec_is_empty(&cur->leaf->recs[i])) in xfs_iext_last() 382 if (xfs_iext_rec_is_empty(&leaf->recs[i])) in xfs_iext_leaf_nr_entries() 394 return leaf->recs[n].lo & XFS_IEXT_STARTOFF_MASK; in xfs_iext_leaf_key() 559 new->recs[i] = leaf->recs[nr_keep + i]; in xfs_iext_split_leaf() 560 xfs_iext_rec_clear(&leaf->recs[nr_keep + i]); in xfs_iext_split_leaf() 661 cur->leaf->recs[i] = cur->leaf->recs[i - 1]; in xfs_iext_insert() 808 leaf->prev->recs[nr_prev + i] = leaf->recs[i]; in xfs_iext_rebalance_leaf() 828 leaf->recs[nr_entries + i] = in xfs_iext_rebalance_leaf() [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iwalk.c | 64 struct xfs_inobt_rec_incore *recs; member 158 ASSERT(iwag->recs == NULL); in xfs_iwalk_alloc() 163 iwag->recs = kmem_alloc(size, KM_MAYFAIL); in xfs_iwalk_alloc() 164 if (iwag->recs == NULL) in xfs_iwalk_alloc() 175 kmem_free(iwag->recs); in xfs_iwalk_free() 176 iwag->recs = NULL; in xfs_iwalk_free() 192 struct xfs_inobt_rec_incore *irec = &iwag->recs[i]; in xfs_iwalk_ag_recs() 305 irec = &iwag->recs[iwag->nr_recs]; in xfs_iwalk_ag_start() 368 irec = &iwag->recs[iwag->nr_recs - 1]; in xfs_iwalk_run_callbacks() 428 irec = &iwag->recs[iwag->nr_recs]; in xfs_iwalk_ag()
|
H A D | xfs_ioctl.c | 1531 struct fsmap *recs; in xfs_ioc_getfsmap() local 1553 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap() 1554 if (!recs) { in xfs_ioc_getfsmap() 1557 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap() 1558 if (!recs) in xfs_ioc_getfsmap() 1580 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap() 1611 if (copy_to_user(user_recs, recs, in xfs_ioc_getfsmap() 1618 last_rec = &recs[xhead.fmh_entries - 1]; in xfs_ioc_getfsmap() 1650 kmem_free(recs); in xfs_ioc_getfsmap()
|
/openbmc/openbmc/poky/scripts/ |
H A D | opkg-query-helper.py | 68 recs = recval.split(", ") variable 69 for rec in recs:
|
/openbmc/linux/block/partitions/ |
H A D | ldm.c | 1346 int size, perbuf, skip, finish, s, v, recs; in ldm_get_vblks() local 1372 recs = get_unaligned_be16(data + 0x0E); /* Number of records */ in ldm_get_vblks() 1373 if (recs == 1) { in ldm_get_vblks() 1376 } else if (recs > 1) { in ldm_get_vblks()
|
/openbmc/linux/fs/ntfs/ |
H A D | aops.c | 124 unsigned int i, recs; in ntfs_end_buffer_async_read() local 128 recs = PAGE_SIZE / rec_size; in ntfs_end_buffer_async_read() 130 BUG_ON(!recs); in ntfs_end_buffer_async_read() 132 for (i = 0; i < recs; i++) in ntfs_end_buffer_async_read()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | sa_query.c | 873 struct sa_path_rec recs[RDMA_PRIMARY_PATH_MAX_REC_NUM]; in ib_nl_process_good_resolve_rsp() local 926 rec_data->path_rec, &recs[num_prs]); in ib_nl_process_good_resolve_rsp() 927 recs[num_prs].flags = rec_data->flags; in ib_nl_process_good_resolve_rsp() 928 recs[num_prs].rec_type = SA_PATH_REC_TYPE_IB; in ib_nl_process_good_resolve_rsp() 929 sa_path_set_dmac_zero(&recs[num_prs]); in ib_nl_process_good_resolve_rsp() 938 path_query->callback(status, recs, num_prs, in ib_nl_process_good_resolve_rsp()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 75 void *recs; member 207 free(sec->func_info.recs); in bpf_linker__free() 208 free(sec->line_info.recs); in bpf_linker__free() 209 free(sec->core_relo_info.recs); in bpf_linker__free() 2422 tmp = libbpf_reallocarray(ext_data->recs, ext_data->rec_cnt + 1, ext_data->rec_sz); in add_btf_ext_rec() 2425 ext_data->recs = tmp; in add_btf_ext_rec() 2754 memcpy(cur, sec_data->recs, sz); in emit_btf_ext_data()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cooker.py | 1177 recs = self.data.getVar("LAYERRECOMMENDS_%s" % c) 1178 if recs: 1180 recDict = bb.utils.explode_dep_versions2(recs)
|