Searched refs:ores (Results 1 – 1 of 1) sorted by relevance
4610 xfs_filblks_t ores, /* original res. */ in xfs_bmap_split_indlen() argument4627 resfactor = (ores * 100); in xfs_bmap_split_indlen()4633 ASSERT(len1 + len2 <= ores); in xfs_bmap_split_indlen()4642 ores -= (len1 + len2); in xfs_bmap_split_indlen()4643 ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores); in xfs_bmap_split_indlen()4644 if (ores && !len2 && *indlen2) { in xfs_bmap_split_indlen()4646 ores--; in xfs_bmap_split_indlen()4648 while (ores) { in xfs_bmap_split_indlen()4651 ores--; in xfs_bmap_split_indlen()4653 if (!ores) in xfs_bmap_split_indlen()[all …]