Lines Matching refs:xfs_rtxnum_t
138 xfs_rtxnum_t start, /* start rtext to allocate */ in xfs_rtallocate_range()
142 xfs_rtxnum_t end; /* end of the allocated rtext */ in xfs_rtallocate_range()
144 xfs_rtxnum_t postblock = 0; /* first rtext allocated > end */ in xfs_rtallocate_range()
145 xfs_rtxnum_t preblock = 0; /* first rtext allocated < start */ in xfs_rtallocate_range()
223 xfs_rtxnum_t startrtx, in xfs_rtallocate_clamp_len()
246 xfs_rtxnum_t *nextp, /* out: next rtext to try */ in xfs_rtallocate_extent_block()
248 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_block()
251 xfs_rtxnum_t besti = -1; /* best rtext found so far */ in xfs_rtallocate_extent_block()
252 xfs_rtxnum_t end; /* last rtext in chunk */ in xfs_rtallocate_extent_block()
253 xfs_rtxnum_t i; /* current rtext trying */ in xfs_rtallocate_extent_block()
254 xfs_rtxnum_t next; /* next rtext to try */ in xfs_rtallocate_extent_block()
295 xfs_rtxnum_t thislen; /* this extent size */ in xfs_rtallocate_extent_block()
346 xfs_rtxnum_t start, /* starting rtext number to allocate */ in xfs_rtallocate_extent_exact()
351 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_exact()
353 xfs_rtxnum_t next; /* next rtext to try (dummy) */ in xfs_rtallocate_extent_exact()
404 xfs_rtxnum_t start, /* starting rtext number to allocate */ in xfs_rtallocate_extent_near()
409 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_near()
418 xfs_rtxnum_t n; /* next rtext to try */ in xfs_rtallocate_extent_near()
556 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtalloc_sumlevel()
563 xfs_rtxnum_t n; /* next rtext to be tried */ in xfs_rtalloc_sumlevel()
606 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()
1072 static xfs_rtxnum_t
1077 ((xfs_rtxnum_t)(mp->m_sb.sb_rgcount - 1) * in xfs_last_rtgroup_extents()
1097 xfs_rtxnum_t nrext = xfs_last_rtgroup_extents(mp); in xfs_last_rt_bmblock()
1712 static xfs_rtxnum_t
1720 xfs_rtxnum_t b = 0; /* result rtext */ in xfs_rtpick_extent()
1784 xfs_rtxnum_t start, in xfs_rtalloc_check_busy()
1789 xfs_rtxnum_t rtx, in xfs_rtalloc_check_busy()
1791 xfs_rtxnum_t *resrtx, in xfs_rtalloc_check_busy()
1842 xfs_rtxnum_t start, in xfs_rtallocate_adjust_for_busy()
1847 xfs_rtxnum_t *rtx) in xfs_rtallocate_adjust_for_busy()
1849 xfs_rtxnum_t resrtx; in xfs_rtallocate_adjust_for_busy()
1906 xfs_rtxnum_t start = 0; in xfs_rtallocate_rtg()
1907 xfs_rtxnum_t rtx; in xfs_rtallocate_rtg()