nmaps              87 drivers/infiniband/hw/bnxt_re/qplib_res.c 		       u32 nmaps, u32 pg_size)
nmaps             120 drivers/infiniband/hw/bnxt_re/qplib_res.c 		for_each_sg_dma_page(sghead, &sg_iter, nmaps, 0) {
nmaps             159 drivers/infiniband/hw/qib/qib_qp.c 	max_scan = qpt->nmaps - !offset;
nmaps             190 drivers/infiniband/hw/qib/qib_qp.c 			if (qpt->nmaps == RVT_QPNMAP_ENTRIES)
nmaps             192 drivers/infiniband/hw/qib/qib_qp.c 			map = &qpt->map[qpt->nmaps++];
nmaps             194 drivers/infiniband/hw/qib/qib_qp.c 		} else if (map < &qpt->map[qpt->nmaps]) {
nmaps             350 drivers/infiniband/sw/rdmavt/qp.c 	qpt->nmaps = rdi->dparms.qpn_res_start / RVT_BITS_PER_PAGE;
nmaps             356 drivers/infiniband/sw/rdmavt/qp.c 	map = &qpt->map[qpt->nmaps];
nmaps             372 drivers/infiniband/sw/rdmavt/qp.c 			qpt->nmaps++;
nmaps             561 drivers/infiniband/sw/rdmavt/qp.c 	max_scan = qpt->nmaps - !offset;
nmaps             587 drivers/infiniband/sw/rdmavt/qp.c 			if (qpt->nmaps == RVT_QPNMAP_ENTRIES)
nmaps             589 drivers/infiniband/sw/rdmavt/qp.c 			map = &qpt->map[qpt->nmaps++];
nmaps             592 drivers/infiniband/sw/rdmavt/qp.c 		} else if (map < &qpt->map[qpt->nmaps]) {
nmaps              47 drivers/mtd/maps/physmap-core.c 	unsigned int		nmaps;
nmaps              81 drivers/mtd/maps/physmap-core.c 	for (i = 0; i < info->nmaps; i++) {
nmaps             363 drivers/mtd/maps/physmap-core.c 	for (i = 0; i < info->nmaps; i++) {
nmaps             430 drivers/mtd/maps/physmap-core.c 	for (i = 0; i < info->nmaps; i++) {
nmaps             452 drivers/mtd/maps/physmap-core.c 	while (platform_get_resource(dev, IORESOURCE_MEM, info->nmaps))
nmaps             453 drivers/mtd/maps/physmap-core.c 		info->nmaps++;
nmaps             455 drivers/mtd/maps/physmap-core.c 	if (!info->nmaps)
nmaps             459 drivers/mtd/maps/physmap-core.c 				  sizeof(*info->maps) * info->nmaps,
nmaps             465 drivers/mtd/maps/physmap-core.c 				  sizeof(*info->mtds) * info->nmaps,
nmaps             477 drivers/mtd/maps/physmap-core.c 	if (info->gpios && info->nmaps > 1) {
nmaps             490 drivers/mtd/maps/physmap-core.c 	for (i = 0; i < info->nmaps; i++) {
nmaps             555 drivers/mtd/maps/physmap-core.c 	if (info->nmaps == 1) {
nmaps             561 drivers/mtd/maps/physmap-core.c 		info->cmtd = mtd_concat_create(info->mtds, info->nmaps,
nmaps             590 drivers/mtd/maps/physmap-core.c 	for (i = 0; i < info->nmaps && info->mtds[i]; i++)
nmaps             404 drivers/pinctrl/mvebu/pinctrl-mvebu.c 	int ret, nmaps, n;
nmaps             416 drivers/pinctrl/mvebu/pinctrl-mvebu.c 	nmaps = of_property_count_strings(np, "marvell,pins");
nmaps             417 drivers/pinctrl/mvebu/pinctrl-mvebu.c 	if (nmaps < 0) {
nmaps             423 drivers/pinctrl/mvebu/pinctrl-mvebu.c 	*map = kmalloc_array(nmaps, sizeof(**map), GFP_KERNEL);
nmaps             449 drivers/pinctrl/mvebu/pinctrl-mvebu.c 	*num_maps = nmaps;
nmaps             110 drivers/pinctrl/sh-pfc/pinctrl.c 	unsigned int nmaps = *num_maps;
nmaps             187 drivers/pinctrl/sh-pfc/pinctrl.c 		nmaps += num_groups;
nmaps             189 drivers/pinctrl/sh-pfc/pinctrl.c 		nmaps += num_pins + num_groups;
nmaps             191 drivers/pinctrl/sh-pfc/pinctrl.c 	maps = krealloc(maps, sizeof(*maps) * nmaps, GFP_KERNEL);
nmaps             198 drivers/pinctrl/sh-pfc/pinctrl.c 	*num_maps = nmaps;
nmaps             329 drivers/pinctrl/sunxi/pinctrl-sunxi.c 	int ret, npins, nmaps, configlen = 0, i = 0;
nmaps             355 drivers/pinctrl/sunxi/pinctrl-sunxi.c 	nmaps = npins * 2;
nmaps             356 drivers/pinctrl/sunxi/pinctrl-sunxi.c 	*map = kmalloc_array(nmaps, sizeof(struct pinctrl_map), GFP_KERNEL);
nmaps            2471 fs/xfs/libxfs/xfs_da_btree.c 	int			*nmaps,
nmaps            2478 fs/xfs/libxfs/xfs_da_btree.c 	ASSERT(*nmaps == 1);
nmaps            2489 fs/xfs/libxfs/xfs_da_btree.c 	*nmaps = nirecs;
nmaps            2491 fs/xfs/libxfs/xfs_da_btree.c 	for (i = 0; i < *nmaps; i++) {
nmaps            2515 fs/xfs/libxfs/xfs_da_btree.c 	int			*nmaps)
nmaps            2525 fs/xfs/libxfs/xfs_da_btree.c 	ASSERT(*nmaps == 1);
nmaps            2565 fs/xfs/libxfs/xfs_da_btree.c 				for (i = 0; i < *nmaps; i++) {
nmaps            2580 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_buf_map_from_irec(mp, map, nmaps, irecs, nirecs);
nmaps             205 fs/xfs/xfs_buf.c 	int			nmaps,
nmaps             239 fs/xfs/xfs_buf.c 	error = xfs_buf_get_maps(bp, nmaps);
nmaps             247 fs/xfs/xfs_buf.c 	for (i = 0; i < nmaps; i++) {
nmaps             571 fs/xfs/xfs_buf.c 	int			nmaps,
nmaps             584 fs/xfs/xfs_buf.c 	for (i = 0; i < nmaps; i++)
nmaps             689 fs/xfs/xfs_buf.c 	int			nmaps,
nmaps             696 fs/xfs/xfs_buf.c 	error = xfs_buf_find(target, map, nmaps, flags, NULL, &bp);
nmaps             718 fs/xfs/xfs_buf.c 	new_bp = _xfs_buf_alloc(target, map, nmaps, flags);
nmaps             728 fs/xfs/xfs_buf.c 	error = xfs_buf_find(target, map, nmaps, flags, new_bp, &bp);
nmaps             813 fs/xfs/xfs_buf.c 	int			nmaps,
nmaps             821 fs/xfs/xfs_buf.c 	bp = xfs_buf_get_map(target, map, nmaps, flags);
nmaps             859 fs/xfs/xfs_buf.c 	int			nmaps,
nmaps             865 fs/xfs/xfs_buf.c 	xfs_buf_read_map(target, map, nmaps,
nmaps             196 fs/xfs/xfs_buf.h 			       struct xfs_buf_map *map, int nmaps,
nmaps             199 fs/xfs/xfs_buf.h 			       struct xfs_buf_map *map, int nmaps,
nmaps             203 fs/xfs/xfs_buf.h 			       struct xfs_buf_map *map, int nmaps,
nmaps             290 fs/xfs/xfs_dquot.c 	int			nmaps = 1;
nmaps             309 fs/xfs/xfs_dquot.c 			XFS_QM_DQALLOC_SPACE_RES(mp), &map, &nmaps);
nmaps             313 fs/xfs/xfs_dquot.c 	ASSERT(nmaps == 1);
nmaps             383 fs/xfs/xfs_dquot.c 	int			nmaps = 1;
nmaps             400 fs/xfs/xfs_dquot.c 			XFS_DQUOT_CLUSTER_SIZE_FSB, &map, &nmaps, 0);
nmaps             405 fs/xfs/xfs_dquot.c 	ASSERT(nmaps == 1);
nmaps             173 fs/xfs/xfs_iomap.c 	int		nmaps)
nmaps             212 fs/xfs/xfs_iomap.c 		if (nmaps && (imap->br_startblock == HOLESTARTBLOCK))
nmaps             964 fs/xfs/xfs_qm.c 	int			i, nmaps;	/* number of map entries */
nmaps             988 fs/xfs/xfs_qm.c 		nmaps = XFS_DQITER_MAP_SIZE;
nmaps             996 fs/xfs/xfs_qm.c 				       map, &nmaps, 0);
nmaps            1001 fs/xfs/xfs_qm.c 		ASSERT(nmaps <= XFS_DQITER_MAP_SIZE);
nmaps            1002 fs/xfs/xfs_qm.c 		for (i = 0; i < nmaps; i++) {
nmaps            1017 fs/xfs/xfs_qm.c 			if ((i+1 < nmaps) &&
nmaps            1040 fs/xfs/xfs_qm.c 	} while (nmaps > 0);
nmaps            1409 fs/xfs/xfs_reflink.c 	int			nmaps;
nmaps            1413 fs/xfs/xfs_reflink.c 		nmaps = 1;
nmaps            1418 fs/xfs/xfs_reflink.c 		error = xfs_bmapi_read(ip, fbno, end - fbno, map, &nmaps, 0);
nmaps            1421 fs/xfs/xfs_reflink.c 		if (nmaps == 0)
nmaps              36 fs/xfs/xfs_symlink.c 	int			nmaps = XFS_SYMLINK_MAPS;
nmaps              46 fs/xfs/xfs_symlink.c 	error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0);
nmaps              51 fs/xfs/xfs_symlink.c 	for (n = 0; n < nmaps; n++) {
nmaps             160 fs/xfs/xfs_symlink.c 	int			nmaps;
nmaps             273 fs/xfs/xfs_symlink.c 		nmaps = XFS_SYMLINK_MAPS;
nmaps             276 fs/xfs/xfs_symlink.c 				  XFS_BMAPI_METADATA, resblks, mval, &nmaps);
nmaps             287 fs/xfs/xfs_symlink.c 		for (n = 0; n < nmaps; n++) {
nmaps             390 fs/xfs/xfs_symlink.c 	int		nmaps;
nmaps             426 fs/xfs/xfs_symlink.c 	nmaps = ARRAY_SIZE(mval);
nmaps             428 fs/xfs/xfs_symlink.c 				mval, &nmaps, 0);
nmaps             434 fs/xfs/xfs_symlink.c 	for (i = 0; i < nmaps; i++) {
nmaps             447 fs/xfs/xfs_symlink.c 	error = xfs_bunmapi(tp, ip, 0, size, 0, nmaps, &done);
nmaps             174 fs/xfs/xfs_trans.h 				       struct xfs_buf_map *map, int nmaps,
nmaps             192 fs/xfs/xfs_trans.h 				       struct xfs_buf_map *map, int nmaps,
nmaps              27 fs/xfs/xfs_trans_buf.c 	int			nmaps)
nmaps              34 fs/xfs/xfs_trans_buf.c 	for (i = 0; i < nmaps; i++)
nmaps              43 fs/xfs/xfs_trans_buf.c 			ASSERT(blip->bli_buf->b_map_count == nmaps);
nmaps             120 fs/xfs/xfs_trans_buf.c 	int			nmaps,
nmaps             127 fs/xfs/xfs_trans_buf.c 		return xfs_buf_get_map(target, map, nmaps, flags);
nmaps             135 fs/xfs/xfs_trans_buf.c 	bp = xfs_trans_buf_item_match(tp, target, map, nmaps);
nmaps             152 fs/xfs/xfs_trans_buf.c 	bp = xfs_buf_get_map(target, map, nmaps, flags);
nmaps             228 fs/xfs/xfs_trans_buf.c 	int			nmaps,
nmaps             247 fs/xfs/xfs_trans_buf.c 		bp = xfs_trans_buf_item_match(tp, target, map, nmaps);
nmaps             301 fs/xfs/xfs_trans_buf.c 	bp = xfs_buf_read_map(target, map, nmaps, flags, ops);
nmaps             484 include/rdma/rdmavt_qp.h 	u32 nmaps;              /* size of the map table */