Searched refs:ores (Results 1 – 1 of 1) sorted by relevance
4890 xfs_filblks_t ores, /* original res. */ in xfs_bmap_split_indlen() argument4907 resfactor = (ores * 100); in xfs_bmap_split_indlen()4913 ASSERT(len1 + len2 <= ores); in xfs_bmap_split_indlen()4922 ores -= (len1 + len2); in xfs_bmap_split_indlen()4923 ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores); in xfs_bmap_split_indlen()4924 if (ores && !len2 && *indlen2) { in xfs_bmap_split_indlen()4926 ores--; in xfs_bmap_split_indlen()4928 while (ores) { in xfs_bmap_split_indlen()4931 ores--; in xfs_bmap_split_indlen()4933 if (!ores) in xfs_bmap_split_indlen()[all …]