Lines Matching refs:xfs_rtxnum_t
137 xfs_rtxnum_t start, /* start rtext to allocate */ in xfs_rtallocate_range()
141 xfs_rtxnum_t end; /* end of the allocated rtext */ in xfs_rtallocate_range()
143 xfs_rtxnum_t postblock = 0; /* first rtext allocated > end */ in xfs_rtallocate_range()
144 xfs_rtxnum_t preblock = 0; /* first rtext allocated < start */ in xfs_rtallocate_range()
222 xfs_rtxnum_t startrtx, in xfs_rtallocate_clamp_len()
245 xfs_rtxnum_t *nextp, /* out: next rtext to try */ in xfs_rtallocate_extent_block()
247 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_block()
250 xfs_rtxnum_t besti = -1; /* best rtext found so far */ in xfs_rtallocate_extent_block()
251 xfs_rtxnum_t end; /* last rtext in chunk */ in xfs_rtallocate_extent_block()
252 xfs_rtxnum_t i; /* current rtext trying */ in xfs_rtallocate_extent_block()
253 xfs_rtxnum_t next; /* next rtext to try */ in xfs_rtallocate_extent_block()
294 xfs_rtxnum_t thislen; /* this extent size */ in xfs_rtallocate_extent_block()
345 xfs_rtxnum_t start, /* starting rtext number to allocate */ in xfs_rtallocate_extent_exact()
350 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_exact()
352 xfs_rtxnum_t next; /* next rtext to try (dummy) */ in xfs_rtallocate_extent_exact()
403 xfs_rtxnum_t start, /* starting rtext number to allocate */ in xfs_rtallocate_extent_near()
408 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_near()
417 xfs_rtxnum_t n; /* next rtext to try */ in xfs_rtallocate_extent_near()
555 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtalloc_sumlevel()
562 xfs_rtxnum_t n; /* next rtext to be tried */ in xfs_rtalloc_sumlevel()
605 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_size()
781 xfs_rtxnum_t start_rtx = 0, end_rtx; in xfs_growfs_rt_free_new()
1011 static xfs_rtxnum_t
1016 ((xfs_rtxnum_t)(mp->m_sb.sb_rgcount - 1) * in xfs_last_rtgroup_extents()
1036 xfs_rtxnum_t nrext = xfs_last_rtgroup_extents(mp); in xfs_last_rt_bmblock()
1673 static xfs_rtxnum_t
1681 xfs_rtxnum_t b = 0; /* result rtext */ in xfs_rtpick_extent()
1745 xfs_rtxnum_t start, in xfs_rtalloc_check_busy()
1750 xfs_rtxnum_t rtx, in xfs_rtalloc_check_busy()
1752 xfs_rtxnum_t *resrtx, in xfs_rtalloc_check_busy()
1803 xfs_rtxnum_t start, in xfs_rtallocate_adjust_for_busy()
1808 xfs_rtxnum_t *rtx) in xfs_rtallocate_adjust_for_busy()
1810 xfs_rtxnum_t resrtx; in xfs_rtallocate_adjust_for_busy()
1867 xfs_rtxnum_t start = 0; in xfs_rtallocate_rtg()
1868 xfs_rtxnum_t rtx; in xfs_rtallocate_rtg()