Searched refs:ores (Results 1 – 1 of 1) sorted by relevance
4606 xfs_filblks_t ores, /* original res. */ in xfs_bmap_split_indlen() argument4623 resfactor = (ores * 100); in xfs_bmap_split_indlen()4629 ASSERT(len1 + len2 <= ores); in xfs_bmap_split_indlen()4638 ores -= (len1 + len2); in xfs_bmap_split_indlen()4639 ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores); in xfs_bmap_split_indlen()4640 if (ores && !len2 && *indlen2) { in xfs_bmap_split_indlen()4642 ores--; in xfs_bmap_split_indlen()4644 while (ores) { in xfs_bmap_split_indlen()4647 ores--; in xfs_bmap_split_indlen()4649 if (!ores) in xfs_bmap_split_indlen()[all …]