Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_dquot.c424 int nmaps, error, committed; in xfs_qm_dqalloc() local
453 nmaps = 1; in xfs_qm_dqalloc()
459 &map, &nmaps, &flist, NULL))) { in xfs_qm_dqalloc()
463 ASSERT(nmaps == 1); in xfs_qm_dqalloc()
537 int nmaps, error; in xfs_qm_dqtobp() local
548 nmaps = 1; in xfs_qm_dqtobp()
557 nmaps = 1; in xfs_qm_dqtobp()
574 NULL, 0, &map, &nmaps, NULL, NULL); in xfs_qm_dqtobp()
579 ASSERT(nmaps == 1); in xfs_qm_dqtobp()
Dxfs_qm.c1516 int i, nmaps; /* number of map entries */ in xfs_qm_dqiterate() local
1538 nmaps = XFS_DQITER_MAP_SIZE; in xfs_qm_dqiterate()
1549 0, map, &nmaps, NULL, NULL); in xfs_qm_dqiterate()
1554 ASSERT(nmaps <= XFS_DQITER_MAP_SIZE); in xfs_qm_dqiterate()
1555 for (i = 0; i < nmaps; i++) { in xfs_qm_dqiterate()
1570 if ((i+1 < nmaps) && in xfs_qm_dqiterate()
1596 } while (nmaps > 0); in xfs_qm_dqiterate()
/fs/xfs/
Dxfs_iomap.c396 int *nmaps, in xfs_iomap_write_direct() argument
525 *nmaps = 1; in xfs_iomap_write_direct()
534 *nmaps = 0; /* nothing set-up here */ in xfs_iomap_write_direct()
603 int *nmaps) in xfs_iomap_write_delay() argument
678 *nmaps = 1; in xfs_iomap_write_delay()
Dxfs_vnodeops.c510 int nmaps = SYMLINK_MAPS; in xfs_readlink_bmap() local
519 mval, &nmaps, NULL, NULL); in xfs_readlink_bmap()
523 for (n = 0; n < nmaps; n++) { in xfs_readlink_bmap()
826 int nmaps; in xfs_inactive_symlink_rmt() local
866 nmaps = ARRAY_SIZE(mval); in xfs_inactive_symlink_rmt()
868 XFS_BMAPI_METADATA, &first_block, 0, mval, &nmaps, in xfs_inactive_symlink_rmt()
874 for (i = 0; i < nmaps; i++) { in xfs_inactive_symlink_rmt()
883 if ((error = xfs_bunmapi(tp, ip, 0, size, XFS_BMAPI_METADATA, nmaps, in xfs_inactive_symlink_rmt()
2337 int nmaps; in xfs_symlink() local
2490 nmaps = SYMLINK_MAPS; in xfs_symlink()
[all …]
/fs/xfs/linux-2.6/
Dxfs_aops.c363 int nmaps = 1; in xfs_map_blocks() local
365 return -xfs_iomap(XFS_I(inode), offset, count, flags, mapp, &nmaps); in xfs_map_blocks()