Lines Matching refs:ores
4716 xfs_filblks_t ores, /* original res. */ in xfs_bmap_split_indlen() argument
4731 if (ores < nres && avail) in xfs_bmap_split_indlen()
4732 stolen = XFS_FILBLKS_MIN(nres - ores, avail); in xfs_bmap_split_indlen()
4733 ores += stolen; in xfs_bmap_split_indlen()
4736 if (ores >= nres) in xfs_bmap_split_indlen()
4747 resfactor = (ores * 100); in xfs_bmap_split_indlen()
4753 ASSERT(len1 + len2 <= ores); in xfs_bmap_split_indlen()
4762 ores -= (len1 + len2); in xfs_bmap_split_indlen()
4763 ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores); in xfs_bmap_split_indlen()
4764 if (ores && !len2 && *indlen2) { in xfs_bmap_split_indlen()
4766 ores--; in xfs_bmap_split_indlen()
4768 while (ores) { in xfs_bmap_split_indlen()
4771 ores--; in xfs_bmap_split_indlen()
4773 if (!ores) in xfs_bmap_split_indlen()
4777 ores--; in xfs_bmap_split_indlen()