Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_symlink.c37 int nmaps = XFS_SYMLINK_MAPS; in xfs_readlink_bmap_ilocked() local
47 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_readlink_bmap_ilocked()
52 for (n = 0; n < nmaps; n++) { in xfs_readlink_bmap_ilocked()
151 int nmaps; in xfs_symlink() local
260 nmaps = XFS_SYMLINK_MAPS; in xfs_symlink()
263 XFS_BMAPI_METADATA, resblks, mval, &nmaps); in xfs_symlink()
273 for (n = 0; n < nmaps; n++) { in xfs_symlink()
375 int nmaps; in xfs_inactive_symlink_rmt() local
411 nmaps = ARRAY_SIZE(mval); in xfs_inactive_symlink_rmt()
413 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.h201 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp);
203 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp,
206 struct xfs_buf_map *map, int nmaps,
Dxfs_buf.c217 int nmaps, in _xfs_buf_alloc() argument
251 error = xfs_buf_get_maps(bp, nmaps); in _xfs_buf_alloc()
259 for (i = 0; i < nmaps; i++) { in _xfs_buf_alloc()
587 int nmaps, in xfs_buf_find() argument
600 for (i = 0; i < nmaps; i++) in xfs_buf_find()
704 int nmaps, in xfs_buf_get_map() argument
713 error = xfs_buf_find(target, map, nmaps, flags, NULL, &bp); in xfs_buf_get_map()
719 error = _xfs_buf_alloc(target, map, nmaps, flags, &new_bp); in xfs_buf_get_map()
729 error = xfs_buf_find(target, map, nmaps, flags, new_bp, &bp); in xfs_buf_get_map()
816 int nmaps, in xfs_buf_read_map() argument
[all …]
Dxfs_trans.h189 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
208 struct xfs_buf_map *map, int nmaps,
Dxfs_dquot.c302 int nmaps = 1; in xfs_dquot_disk_alloc() local
321 &nmaps); in xfs_dquot_disk_alloc()
325 ASSERT(nmaps == 1); in xfs_dquot_disk_alloc()
395 int nmaps = 1; in xfs_dquot_disk_read() local
412 XFS_DQUOT_CLUSTER_SIZE_FSB, &map, &nmaps, 0); in xfs_dquot_disk_read()
417 ASSERT(nmaps == 1); in xfs_dquot_disk_read()
Dxfs_qm.c980 int i, nmaps; /* number of map entries */ in xfs_qm_reset_dqcounts_buf() local
1004 nmaps = XFS_DQITER_MAP_SIZE; in xfs_qm_reset_dqcounts_buf()
1012 map, &nmaps, 0); in xfs_qm_reset_dqcounts_buf()
1017 ASSERT(nmaps <= XFS_DQITER_MAP_SIZE); in xfs_qm_reset_dqcounts_buf()
1018 for (i = 0; i < nmaps; i++) { in xfs_qm_reset_dqcounts_buf()
1033 if ((i+1 < nmaps) && in xfs_qm_reset_dqcounts_buf()
1056 } while (nmaps > 0); in xfs_qm_reset_dqcounts_buf()
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/drivers/vhost/
Diotlb.c34 iotlb->nmaps--; in vhost_iotlb_map_free()
59 iotlb->nmaps == iotlb->limit && in vhost_iotlb_add_range()
75 iotlb->nmaps++; in vhost_iotlb_add_range()
117 iotlb->nmaps = 0; in vhost_iotlb_alloc()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/include/linux/
Dvhost_iotlb.h28 unsigned int nmaps; member
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
Dpinctrl.c110 unsigned int nmaps = *num_maps; in sh_pfc_dt_subnode_to_map() local
187 nmaps += num_groups; in sh_pfc_dt_subnode_to_map()
189 nmaps += num_pins + num_groups; in sh_pfc_dt_subnode_to_map()
191 maps = krealloc(maps, sizeof(*maps) * nmaps, GFP_KERNEL); in sh_pfc_dt_subnode_to_map()
198 *num_maps = nmaps; in sh_pfc_dt_subnode_to_map()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
Dqp.c350 qpt->nmaps = rdi->dparms.qpn_res_start / RVT_BITS_PER_PAGE; in init_qpn_table()
356 map = &qpt->map[qpt->nmaps]; in init_qpn_table()
372 qpt->nmaps++; in init_qpn_table()
564 max_scan = qpt->nmaps - !offset; in alloc_qpn()
590 if (qpt->nmaps == RVT_QPNMAP_ENTRIES) in alloc_qpn()
592 map = &qpt->map[qpt->nmaps++]; in alloc_qpn()
595 } else if (map < &qpt->map[qpt->nmaps]) { in alloc_qpn()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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))
/kernel/linux/linux-5.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" ) )
/kernel/linux/linux-5.10/include/rdma/
Drdmavt_qp.h488 u32 nmaps; /* size of the map table */ member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_da_btree.c2506 int *nmaps) in xfs_dabuf_map() argument
2552 *nmaps = nirecs; in xfs_dabuf_map()
2576 *nmaps = 0; in xfs_dabuf_map()