Searched refs:nmaps (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.c408 int nmaps, error, committed; local
437 nmaps = 1;
443 &map, &nmaps, &flist, NULL))) {
447 ASSERT(nmaps == 1);
521 int nmaps, error; local
532 nmaps = 1;
541 nmaps = 1;
558 NULL, 0, &map, &nmaps, NULL, NULL);
563 ASSERT(nmaps == 1);
H A Dxfs_qm.c1572 int i, nmaps; /* number of map entries */ local
1594 nmaps = XFS_DQITER_MAP_SIZE;
1605 0, map, &nmaps, NULL, NULL);
1610 ASSERT(nmaps <= XFS_DQITER_MAP_SIZE);
1611 for (i = 0; i < nmaps; i++) {
1626 if ((i+1 < nmaps) &&
1652 } while (nmaps > 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c135 max_scan = qpt->nmaps - !offset;
168 if (qpt->nmaps == QPNMAP_ENTRIES)
170 map = &qpt->map[qpt->nmaps++];
172 } else if (map < &qpt->map[qpt->nmaps]) {
964 idev->qp_table.nmaps = 1;
H A Dipath_verbs.h463 u32 nmaps; /* size of the map table */ member in struct:ipath_qp_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iomap.c423 int *nmaps,
564 *nmaps = 1;
573 *nmaps = 0; /* nothing set-up here */
643 int *nmaps)
731 *nmaps = 1;
417 xfs_iomap_write_direct( xfs_inode_t *ip, xfs_off_t offset, size_t count, int flags, xfs_bmbt_irec_t *ret_imap, int *nmaps, int found) argument
637 xfs_iomap_write_delay( xfs_inode_t *ip, xfs_off_t offset, size_t count, int ioflag, xfs_bmbt_irec_t *ret_imap, int *nmaps) argument
H A Dxfs_vnodeops.c972 int nmaps; local
1016 nmaps = SYMLINK_MAPS;
1019 0, NULL, 0, mval, &nmaps, NULL, NULL);
1025 for (n = 0; n < nmaps; n++) {
1317 int nmaps; local
1357 nmaps = ARRAY_SIZE(mval);
1359 XFS_BMAPI_METADATA, &first_block, 0, mval, &nmaps,
1365 for (i = 0; i < nmaps; i++) {
1374 if ((error = xfs_bunmapi(tp, ip, 0, size, XFS_BMAPI_METADATA, nmaps,
3299 int nmaps; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dmmu.c1448 int nmaps = 0; local
1461 ++nmaps;
1468 ++nmaps;
1475 return nmaps;
1480 int nmaps = 0; local
1497 ++nmaps;
1500 return nmaps;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c298 int error, nmaps = 1; local
300 error = bhv_vop_bmap(vp, offset, count, flags, mapp, &nmaps);

Completed in 124 milliseconds