Lines Matching refs:ores
4654 xfs_filblks_t ores, /* original res. */ in xfs_bmap_split_indlen() argument
4669 if (ores < nres && avail) in xfs_bmap_split_indlen()
4670 stolen = XFS_FILBLKS_MIN(nres - ores, avail); in xfs_bmap_split_indlen()
4671 ores += stolen; in xfs_bmap_split_indlen()
4674 if (ores >= nres) in xfs_bmap_split_indlen()
4685 resfactor = (ores * 100); in xfs_bmap_split_indlen()
4691 ASSERT(len1 + len2 <= ores); in xfs_bmap_split_indlen()
4700 ores -= (len1 + len2); in xfs_bmap_split_indlen()
4701 ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores); in xfs_bmap_split_indlen()
4702 if (ores && !len2 && *indlen2) { in xfs_bmap_split_indlen()
4704 ores--; in xfs_bmap_split_indlen()
4706 while (ores) { in xfs_bmap_split_indlen()
4709 ores--; in xfs_bmap_split_indlen()
4711 if (!ores) in xfs_bmap_split_indlen()
4715 ores--; in xfs_bmap_split_indlen()