ores             4654 fs/xfs/libxfs/xfs_bmap.c 	xfs_filblks_t			ores,		/* original res. */
ores             4669 fs/xfs/libxfs/xfs_bmap.c 	if (ores < nres && avail)
ores             4670 fs/xfs/libxfs/xfs_bmap.c 		stolen = XFS_FILBLKS_MIN(nres - ores, avail);
ores             4671 fs/xfs/libxfs/xfs_bmap.c 	ores += stolen;
ores             4674 fs/xfs/libxfs/xfs_bmap.c 	if (ores >= nres)
ores             4685 fs/xfs/libxfs/xfs_bmap.c 	resfactor = (ores * 100);
ores             4691 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(len1 + len2 <= ores);
ores             4700 fs/xfs/libxfs/xfs_bmap.c 	ores -= (len1 + len2);
ores             4701 fs/xfs/libxfs/xfs_bmap.c 	ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores);
ores             4702 fs/xfs/libxfs/xfs_bmap.c 	if (ores && !len2 && *indlen2) {
ores             4704 fs/xfs/libxfs/xfs_bmap.c 		ores--;
ores             4706 fs/xfs/libxfs/xfs_bmap.c 	while (ores) {
ores             4709 fs/xfs/libxfs/xfs_bmap.c 			ores--;
ores             4711 fs/xfs/libxfs/xfs_bmap.c 		if (!ores)
ores             4715 fs/xfs/libxfs/xfs_bmap.c 			ores--;