/linux-5.19.10/fs/xfs/ |
D | xfs_symlink.c | 39 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 …]
|
D | xfs_trans_buf.c | 27 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()
|
D | xfs_buf.c | 215 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 …]
|
D | xfs_buf.h | 204 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,
|
D | xfs_dquot.c | 298 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()
|
D | xfs_trans.h | 173 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, 192 struct xfs_buf_map *map, int nmaps,
|
D | xfs_qm.c | 972 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()
|
D | xfs_reflink.c | 598 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/ |
D | physmap-core.c | 50 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/ |
D | iotlb.c | 34 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()
|
D | vdpa.c | 782 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/ |
D | pinctrl-starfive.c | 486 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/ |
D | qib_qp.c | 159 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/ |
D | vhost_iotlb.h | 29 unsigned int nmaps; member
|
/linux-5.19.10/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 404 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/ |
D | pinctrl.c | 109 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()
|
D | pinctrl-rzg2l.c | 244 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/ |
D | qp.c | 309 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/ |
D | pinctrl-sunxi.c | 337 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/ |
D | test_offload.py | 204 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/ |
D | rdmavt_qp.h | 488 u32 nmaps; /* size of the map table */ member
|
/linux-5.19.10/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 125 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/ |
D | xfs_da_btree.c | 2518 int *nmaps) in xfs_dabuf_map() argument 2564 *nmaps = nirecs; in xfs_dabuf_map() 2588 *nmaps = 0; in xfs_dabuf_map()
|