Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
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 …]
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()
Dxfs_buf.c215 int nmaps, in _xfs_buf_alloc() argument
249 error = xfs_buf_get_maps(bp, nmaps); in _xfs_buf_alloc()
257 for (i = 0; i < nmaps; i++) { in _xfs_buf_alloc()
528 int nmaps, in xfs_buf_find() argument
541 for (i = 0; i < nmaps; i++) in xfs_buf_find()
645 int nmaps, in xfs_buf_get_map() argument
654 error = xfs_buf_find(target, map, nmaps, flags, NULL, &bp); in xfs_buf_get_map()
660 error = _xfs_buf_alloc(target, map, nmaps, flags, &new_bp); in xfs_buf_get_map()
677 error = xfs_buf_find(target, map, nmaps, flags, new_bp, &bp); in xfs_buf_get_map()
765 int nmaps, in xfs_buf_read_map() argument
[all …]
Dxfs_buf.h204 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp);
206 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp,
209 struct xfs_buf_map *map, int nmaps,
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()
Dxfs_trans.h173 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
192 struct xfs_buf_map *map, int nmaps,
Dxfs_qm.c972 int i, nmaps; /* number of map entries */ in xfs_qm_reset_dqcounts_buf() local
996 nmaps = XFS_DQITER_MAP_SIZE; in xfs_qm_reset_dqcounts_buf()
1004 map, &nmaps, 0); in xfs_qm_reset_dqcounts_buf()
1009 ASSERT(nmaps <= XFS_DQITER_MAP_SIZE); in xfs_qm_reset_dqcounts_buf()
1010 for (i = 0; i < nmaps; i++) { in xfs_qm_reset_dqcounts_buf()
1025 if ((i+1 < nmaps) && in xfs_qm_reset_dqcounts_buf()
1048 } while (nmaps > 0); in xfs_qm_reset_dqcounts_buf()
Dxfs_reflink.c598 int nmaps; in xfs_reflink_end_cow_extent() local
657 nmaps = 1; in xfs_reflink_end_cow_extent()
659 &nmaps, 0); in xfs_reflink_end_cow_extent()
/linux-5.19.10/drivers/mtd/maps/
Dphysmap-core.c50 unsigned int nmaps; member
86 for (i = 0; i < info->nmaps; i++) { in physmap_flash_remove()
371 for (i = 0; i < info->nmaps; i++) { in physmap_flash_of_init()
446 for (i = 0; i < info->nmaps; i++) { in physmap_flash_pdata_init()
468 while (platform_get_resource(dev, IORESOURCE_MEM, info->nmaps)) in physmap_flash_probe()
469 info->nmaps++; in physmap_flash_probe()
471 if (!info->nmaps) in physmap_flash_probe()
475 sizeof(*info->maps) * info->nmaps, in physmap_flash_probe()
481 sizeof(*info->mtds) * info->nmaps, in physmap_flash_probe()
493 if (info->gpios && info->nmaps > 1) { in physmap_flash_probe()
[all …]
/linux-5.19.10/drivers/vhost/
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()
Dvdpa.c782 if (!v->in_batch && !iotlb->nmaps) in vhost_vdpa_unmap()
1040 if (!iotlb->nmaps) in vhost_vdpa_process_iotlb_msg()
/linux-5.19.10/drivers/pinctrl/
Dpinctrl-starfive.c486 int nmaps; in starfive_dt_node_to_map() local
489 nmaps = 0; in starfive_dt_node_to_map()
509 nmaps += 2; in starfive_dt_node_to_map()
511 nmaps += 1; in starfive_dt_node_to_map()
519 map = kcalloc(nmaps, sizeof(*map), GFP_KERNEL); in starfive_dt_node_to_map()
523 nmaps = 0; in starfive_dt_node_to_map()
560 map[nmaps].type = PIN_MAP_TYPE_MUX_GROUP; in starfive_dt_node_to_map()
561 map[nmaps].data.mux.function = np->name; in starfive_dt_node_to_map()
562 map[nmaps].data.mux.group = grpname; in starfive_dt_node_to_map()
563 nmaps += 1; in starfive_dt_node_to_map()
[all …]
/linux-5.19.10/drivers/infiniband/hw/qib/
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()
/linux-5.19.10/include/linux/
Dvhost_iotlb.h29 unsigned int nmaps; member
/linux-5.19.10/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.c404 int ret, nmaps, n; in mvebu_pinctrl_dt_node_to_map() local
416 nmaps = of_property_count_strings(np, "marvell,pins"); in mvebu_pinctrl_dt_node_to_map()
417 if (nmaps < 0) { in mvebu_pinctrl_dt_node_to_map()
423 *map = kmalloc_array(nmaps, sizeof(**map), GFP_KERNEL); in mvebu_pinctrl_dt_node_to_map()
449 *num_maps = nmaps; in mvebu_pinctrl_dt_node_to_map()
/linux-5.19.10/drivers/pinctrl/renesas/
Dpinctrl.c109 unsigned int nmaps = *num_maps; in sh_pfc_dt_subnode_to_map() local
186 nmaps += num_groups; in sh_pfc_dt_subnode_to_map()
188 nmaps += num_pins + num_groups; in sh_pfc_dt_subnode_to_map()
190 maps = krealloc(maps, sizeof(*maps) * nmaps, GFP_KERNEL); in sh_pfc_dt_subnode_to_map()
197 *num_maps = nmaps; in sh_pfc_dt_subnode_to_map()
Dpinctrl-rzg2l.c244 unsigned int nmaps = *num_maps; in rzg2l_dt_subnode_to_map() local
291 nmaps += 1; in rzg2l_dt_subnode_to_map()
294 nmaps += num_pins; in rzg2l_dt_subnode_to_map()
296 maps = krealloc_array(maps, nmaps, sizeof(*maps), GFP_KERNEL); in rzg2l_dt_subnode_to_map()
303 *num_maps = nmaps; in rzg2l_dt_subnode_to_map()
/linux-5.19.10/drivers/infiniband/sw/rdmavt/
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()
524 max_scan = qpt->nmaps - !offset; in alloc_qpn()
550 if (qpt->nmaps == RVT_QPNMAP_ENTRIES) in alloc_qpn()
552 map = &qpt->map[qpt->nmaps++]; in alloc_qpn()
555 } else if (map < &qpt->map[qpt->nmaps]) { in alloc_qpn()
/linux-5.19.10/drivers/pinctrl/sunxi/
Dpinctrl-sunxi.c337 int ret, npins, nmaps, configlen = 0, i = 0; in sunxi_pctrl_dt_node_to_map() local
363 nmaps = npins * 2; in sunxi_pctrl_dt_node_to_map()
364 *map = kmalloc_array(nmaps, sizeof(struct pinctrl_map), GFP_KERNEL); in sunxi_pctrl_dt_node_to_map()
/linux-5.19.10/tools/testing/selftests/bpf/
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))
/linux-5.19.10/include/rdma/
Drdmavt_qp.h488 u32 nmaps; /* size of the map table */ member
/linux-5.19.10/tools/bpf/bpftool/bash-completion/
Dbpftool125 nmaps=$(objdump -j maps -t $obj 2>/dev/null | grep -c 'g . maps')
127 COMPREPLY+=( $( compgen -W "$(seq 0 $((nmaps - 1)))" -- "$cur" ) )
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_da_btree.c2518 int *nmaps) in xfs_dabuf_map() argument
2564 *nmaps = nirecs; in xfs_dabuf_map()
2588 *nmaps = 0; in xfs_dabuf_map()