Lines Matching full:allocate

127 	xfs_rtxnum_t		start,	/* start rtext to allocate */  in xfs_rtallocate_range()
212 * Attempt to allocate an extent minlen<=len<=maxlen starting from
221 xfs_rtxlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block()
222 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
257 * i for maxlen is all free, allocate and return that. in xfs_rtallocate_extent_block()
261 goto allocate; in xfs_rtallocate_extent_block()
312 * Allocate besti for bestlen & return that. in xfs_rtallocate_extent_block()
314 allocate: in xfs_rtallocate_extent_block()
324 * Allocate an extent of length minlen<=len<=maxlen, starting at block
332 xfs_rtxnum_t start, /* starting rtext number to allocate */ in xfs_rtallocate_extent_exact()
333 xfs_rtxlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
334 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
355 * If not, allocate what there is, if it's at least minlen. in xfs_rtallocate_extent_exact()
372 * Allocate what we can and return it. in xfs_rtallocate_extent_exact()
383 * Allocate an extent of length minlen<=len<=maxlen, starting as near
390 xfs_rtxnum_t start, /* starting rtext number to allocate */ in xfs_rtallocate_extent_near()
391 xfs_rtxlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
392 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
461 * Try to allocate an extent starting in in xfs_rtallocate_extent_near()
545 xfs_rtxlen_t minlen, /* minimum length to allocate */ in xfs_rtalloc_sumlevel()
546 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtalloc_sumlevel()
588 * Allocate an extent of length minlen<=len<=maxlen, with no position
595 xfs_rtxlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
596 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
653 * Allocate space to the bitmap or summary file, and zero it, for growfs.
679 * Allocate space to the file, as necessary. in xfs_growfs_rt_alloc()
705 * Allocate blocks to the bitmap file. in xfs_growfs_rt_alloc()
786 xfs_warn(mp, "could not allocate realtime summary cache"); in xfs_alloc_rsum_cache()
890 * Allocate space to the bitmap and summary files, as necessary. in xfs_growfs_rt()
904 * Allocate a new (fake) mount/sb. in xfs_growfs_rt()
1056 * If we had to allocate a new rsum_cache, we either need to free the in xfs_growfs_rt()
1441 * If we can't allocate near a specific rt extent, try in xfs_bmap_rtalloc()