Home
last modified time | relevance | path

Searched refs:nmaps (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_symlink.c39 int nmaps = XFS_SYMLINK_MAPS; in xfs_readlink_bmap_ilocked() local
49 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_readlink_bmap_ilocked()
54 for (n = 0; n < nmaps; n++) { in xfs_readlink_bmap_ilocked()
162 int nmaps; in xfs_symlink() local
269 nmaps = XFS_SYMLINK_MAPS; in xfs_symlink()
272 XFS_BMAPI_METADATA, resblks, mval, &nmaps); in xfs_symlink()
282 for (n = 0; n < nmaps; n++) { in xfs_symlink()
383 int nmaps; in xfs_inactive_symlink_rmt() local
419 nmaps = ARRAY_SIZE(mval); in xfs_inactive_symlink_rmt()
421 mval, &nmaps, 0); in xfs_inactive_symlink_rmt()
[all …]
H A Dxfs_trans_buf.c27 int nmaps) in xfs_trans_buf_item_match() argument
34 for (i = 0; i < nmaps; i++) in xfs_trans_buf_item_match()
43 ASSERT(blip->bli_buf->b_map_count == nmaps); in xfs_trans_buf_item_match()
120 int nmaps, in xfs_trans_get_buf_map() argument
130 return xfs_buf_get_map(target, map, nmaps, flags, bpp); in xfs_trans_get_buf_map()
138 bp = xfs_trans_buf_item_match(tp, target, map, nmaps); in xfs_trans_get_buf_map()
156 error = xfs_buf_get_map(target, map, nmaps, flags, &bp); in xfs_trans_get_buf_map()
216 int nmaps, in xfs_trans_read_buf_map() argument
235 bp = xfs_trans_buf_item_match(tp, target, map, nmaps); in xfs_trans_read_buf_map()
289 error = xfs_buf_read_map(target, map, nmaps, flags, &bp, ops, in xfs_trans_read_buf_map()
H A Dxfs_buf.h219 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp);
221 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp,
224 struct xfs_buf_map *map, int nmaps,
H A Dxfs_buf.c216 int nmaps, in _xfs_buf_alloc() argument
250 error = xfs_buf_get_maps(bp, nmaps); in _xfs_buf_alloc()
258 for (i = 0; i < nmaps; i++) { in _xfs_buf_alloc()
613 int nmaps, in xfs_buf_find_insert() argument
621 error = _xfs_buf_alloc(btp, map, nmaps, flags, &new_bp); in xfs_buf_find_insert()
680 int nmaps, in xfs_buf_get_map() argument
692 for (i = 0; i < nmaps; i++) in xfs_buf_get_map()
805 int nmaps, in xfs_buf_read_map() argument
817 error = xfs_buf_get_map(target, map, nmaps, flags, &bp); in xfs_buf_read_map()
890 int nmaps, in xfs_buf_readahead_map() argument
[all …]
H A Dxfs_trans.h178 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
197 struct xfs_buf_map *map, int nmaps,
H A Dxfs_dquot.c298 int nmaps = 1; in xfs_dquot_disk_alloc() local
331 &nmaps); in xfs_dquot_disk_alloc()
336 ASSERT(nmaps == 1); in xfs_dquot_disk_alloc()
415 int nmaps = 1; in xfs_dquot_disk_read() local
432 XFS_DQUOT_CLUSTER_SIZE_FSB, &map, &nmaps, 0); in xfs_dquot_disk_read()
437 ASSERT(nmaps == 1); in xfs_dquot_disk_read()
H A Dxfs_qm.c981 int i, nmaps; /* number of map entries */ in xfs_qm_reset_dqcounts_buf() local
1005 nmaps = XFS_DQITER_MAP_SIZE; in xfs_qm_reset_dqcounts_buf()
1013 map, &nmaps, 0); in xfs_qm_reset_dqcounts_buf()
1018 ASSERT(nmaps <= XFS_DQITER_MAP_SIZE); in xfs_qm_reset_dqcounts_buf()
1019 for (i = 0; i < nmaps; i++) { in xfs_qm_reset_dqcounts_buf()
1034 if ((i+1 < nmaps) && in xfs_qm_reset_dqcounts_buf()
1057 } while (nmaps > 0); in xfs_qm_reset_dqcounts_buf()
H A Dxfs_reflink.c730 int nmaps; in xfs_reflink_end_cow_extent() local
790 nmaps = 1; in xfs_reflink_end_cow_extent()
792 &nmaps, 0); in xfs_reflink_end_cow_extent()
/openbmc/linux/drivers/mtd/maps/
H A Dphysmap-core.c50 unsigned int nmaps; member
80 for (i = 0; i < info->nmaps; i++) { in physmap_flash_remove()
367 for (i = 0; i < info->nmaps; i++) { in physmap_flash_of_init()
442 for (i = 0; i < info->nmaps; i++) { in physmap_flash_pdata_init()
465 info->nmaps++; in physmap_flash_probe()
467 if (!info->nmaps) in physmap_flash_probe()
471 sizeof(*info->maps) * info->nmaps, in physmap_flash_probe()
477 sizeof(*info->mtds) * info->nmaps, in physmap_flash_probe()
489 if (info->gpios && info->nmaps > 1) { in physmap_flash_probe()
508 for (i = 0; i < info->nmaps; i++) { in physmap_flash_probe()
[all …]
/openbmc/linux/drivers/vhost/
H A Diotlb.c34 iotlb->nmaps--; in vhost_iotlb_map_free()
76 iotlb->nmaps == iotlb->limit && in vhost_iotlb_add_range_ctx()
93 iotlb->nmaps++; in vhost_iotlb_add_range_ctx()
139 iotlb->nmaps = 0; in vhost_iotlb_init()
/openbmc/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c134 int nmaps; in jh7110_dt_node_to_map() local
140 nmaps = 2 * ngroups; in jh7110_dt_node_to_map()
150 nmaps = 0; in jh7110_dt_node_to_map()
194 map[nmaps].type = PIN_MAP_TYPE_MUX_GROUP; in jh7110_dt_node_to_map()
195 map[nmaps].data.mux.function = np->name; in jh7110_dt_node_to_map()
196 map[nmaps].data.mux.group = grpname; in jh7110_dt_node_to_map()
197 nmaps += 1; in jh7110_dt_node_to_map()
207 &map[nmaps].data.configs.configs, in jh7110_dt_node_to_map()
221 nmaps += 1; in jh7110_dt_node_to_map()
233 *num_maps = nmaps; in jh7110_dt_node_to_map()
[all …]
H A Dpinctrl-starfive-jh7100.c490 int nmaps; in starfive_dt_node_to_map() local
493 nmaps = 0; in starfive_dt_node_to_map()
513 nmaps += 2; in starfive_dt_node_to_map()
515 nmaps += 1; in starfive_dt_node_to_map()
527 nmaps = 0; in starfive_dt_node_to_map()
565 map[nmaps].type = PIN_MAP_TYPE_MUX_GROUP; in starfive_dt_node_to_map()
566 map[nmaps].data.mux.function = np->name; in starfive_dt_node_to_map()
567 map[nmaps].data.mux.group = grpname; in starfive_dt_node_to_map()
568 nmaps += 1; in starfive_dt_node_to_map()
612 nmaps += 1; in starfive_dt_node_to_map()
[all …]
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_qp.c159 max_scan = qpt->nmaps - !offset; in qib_alloc_qpn()
190 if (qpt->nmaps == RVT_QPNMAP_ENTRIES) in qib_alloc_qpn()
192 map = &qpt->map[qpt->nmaps++]; in qib_alloc_qpn()
194 } else if (map < &qpt->map[qpt->nmaps]) { in qib_alloc_qpn()
/openbmc/linux/include/linux/
H A Dvhost_iotlb.h29 unsigned int nmaps; member
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl.c107 unsigned int nmaps = *num_maps; in sh_pfc_dt_subnode_to_map() local
167 nmaps += num_groups; in sh_pfc_dt_subnode_to_map()
169 nmaps += num_pins + num_groups; in sh_pfc_dt_subnode_to_map()
171 maps = krealloc(maps, sizeof(*maps) * nmaps, GFP_KERNEL); in sh_pfc_dt_subnode_to_map()
178 *num_maps = nmaps; in sh_pfc_dt_subnode_to_map()
H A Dpinctrl-rzv2m.c221 unsigned int nmaps = *num_maps; in rzv2m_dt_subnode_to_map() local
269 nmaps += 1; in rzv2m_dt_subnode_to_map()
272 nmaps += num_pins; in rzv2m_dt_subnode_to_map()
274 maps = krealloc_array(maps, nmaps, sizeof(*maps), GFP_KERNEL); in rzv2m_dt_subnode_to_map()
281 *num_maps = nmaps; in rzv2m_dt_subnode_to_map()
H A Dpinctrl-rzg2l.c261 unsigned int nmaps = *num_maps; in rzg2l_dt_subnode_to_map() local
309 nmaps += 1; in rzg2l_dt_subnode_to_map()
312 nmaps += num_pins; in rzg2l_dt_subnode_to_map()
314 maps = krealloc_array(maps, nmaps, sizeof(*maps), GFP_KERNEL); in rzg2l_dt_subnode_to_map()
321 *num_maps = nmaps; in rzg2l_dt_subnode_to_map()
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c414 int ret, nmaps, n; in mvebu_pinctrl_dt_node_to_map() local
426 nmaps = of_property_count_strings(np, "marvell,pins"); in mvebu_pinctrl_dt_node_to_map()
427 if (nmaps < 0) { in mvebu_pinctrl_dt_node_to_map()
433 *map = kmalloc_array(nmaps, sizeof(**map), GFP_KERNEL); in mvebu_pinctrl_dt_node_to_map()
459 *num_maps = nmaps; in mvebu_pinctrl_dt_node_to_map()
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c309 qpt->nmaps = rdi->dparms.qpn_res_start / RVT_BITS_PER_PAGE; in init_qpn_table()
315 map = &qpt->map[qpt->nmaps]; in init_qpn_table()
331 qpt->nmaps++; in init_qpn_table()
522 max_scan = qpt->nmaps - !offset; in alloc_qpn()
548 if (qpt->nmaps == RVT_QPNMAP_ENTRIES) in alloc_qpn()
550 map = &qpt->map[qpt->nmaps++]; in alloc_qpn()
553 } else if (map < &qpt->map[qpt->nmaps]) { in alloc_qpn()
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c397 int ret, npins, nmaps, configlen = 0, i = 0; in sunxi_pctrl_dt_node_to_map() local
423 nmaps = npins * 2; in sunxi_pctrl_dt_node_to_map()
424 *map = kmalloc_array(nmaps, sizeof(struct pinctrl_map), GFP_KERNEL); in sunxi_pctrl_dt_node_to_map()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py204 nmaps = len(bpftool_map_list())
205 if nmaps == expected:
208 …aise Exception("Time out waiting for map counts to stabilize want %d, have %d" % (expected, nmaps))
/openbmc/linux/include/rdma/
H A Drdmavt_qp.h488 u32 nmaps; /* size of the map table */ member
/openbmc/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool125 nmaps=$(objdump -j maps -t $obj 2>/dev/null | grep -c 'g . maps')
127 COMPREPLY+=( $( compgen -W "$(seq 0 $((nmaps - 1)))" -- "$cur" ) )
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c2525 int *nmaps) in xfs_dabuf_map() argument
2571 *nmaps = nirecs; in xfs_dabuf_map()
2595 *nmaps = 0; in xfs_dabuf_map()