Searched refs:nmaps (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_dquot.c | 490 int nmaps, error, committed; in xfs_qm_dqalloc() local 518 nmaps = 1; in xfs_qm_dqalloc() 524 &map, &nmaps, &flist))) { in xfs_qm_dqalloc() 528 ASSERT(nmaps == 1); in xfs_qm_dqalloc() 581 int nmaps, error; in xfs_qm_dqtobp() local 591 nmaps = 1; in xfs_qm_dqtobp() 601 nmaps = 1; in xfs_qm_dqtobp() 618 NULL, 0, &map, &nmaps, NULL); in xfs_qm_dqtobp() 623 ASSERT(nmaps == 1); in xfs_qm_dqtobp()
|
D | xfs_qm.c | 1591 int i, nmaps; /* number of map entries */ in xfs_qm_dqiterate() local 1613 nmaps = XFS_DQITER_MAP_SIZE; in xfs_qm_dqiterate() 1624 0, map, &nmaps, NULL); in xfs_qm_dqiterate() 1629 ASSERT(nmaps <= XFS_DQITER_MAP_SIZE); in xfs_qm_dqiterate() 1630 for (i = 0; i < nmaps; i++) { in xfs_qm_dqiterate() 1645 if ((i+1 < nmaps) && in xfs_qm_dqiterate() 1671 } while (nmaps > 0); in xfs_qm_dqiterate()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_iomap.c | 372 int *nmaps, in xfs_iomap_write_direct() argument 403 maps = min(XFS_WRITE_IMAPS, *nmaps); in xfs_iomap_write_direct() 518 *nmaps = 1; in xfs_iomap_write_direct() 535 *nmaps = 0; /* nothing set-up here */ in xfs_iomap_write_direct() 548 int *nmaps) in xfs_iomap_write_delay() argument 726 *nmaps = 1; in xfs_iomap_write_delay()
|
D | xfs_vnodeops.c | 992 int nmaps; in xfs_readlink() local 1040 nmaps = SYMLINK_MAPS; in xfs_readlink() 1043 0, NULL, 0, mval, &nmaps, NULL); in xfs_readlink() 1049 for (n = 0; n < nmaps; n++) { in xfs_readlink() 1314 int nmaps; in xfs_inactive_symlink_rmt() local 1354 nmaps = sizeof(mval) / sizeof(mval[0]); in xfs_inactive_symlink_rmt() 1356 XFS_BMAPI_METADATA, &first_block, 0, mval, &nmaps, in xfs_inactive_symlink_rmt() 1362 for (i = 0; i < nmaps; i++) { in xfs_inactive_symlink_rmt() 1371 if ((error = xfs_bunmapi(tp, ip, 0, size, XFS_BMAPI_METADATA, nmaps, in xfs_inactive_symlink_rmt() 3284 int nmaps; in xfs_symlink() local [all …]
|