Lines Matching full:allocate
145 xfs_rtblock_t start, /* start block to allocate */ in xfs_rtallocate_range()
146 xfs_extlen_t len, /* length to allocate */ in xfs_rtallocate_range()
215 * Attempt to allocate an extent minlen<=len<=maxlen starting from
225 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block()
226 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
263 * i for maxlen is all free, allocate and return that. in xfs_rtallocate_extent_block()
316 * Allocate besti for bestlen & return that. in xfs_rtallocate_extent_block()
335 * Allocate an extent of length minlen<=len<=maxlen, starting at block
344 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent_exact()
345 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
346 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
368 * If it is, allocate it and return success. in xfs_rtallocate_extent_exact()
379 * If not, allocate what there is, if it's at least minlen. in xfs_rtallocate_extent_exact()
403 * Allocate what we can and return it. in xfs_rtallocate_extent_exact()
415 * Allocate an extent of length minlen<=len<=maxlen, starting as near
423 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent_near()
424 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
425 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
498 * Try to allocate an extent starting in in xfs_rtallocate_extent_near()
565 * Try to allocate from the summary block in xfs_rtallocate_extent_near()
618 * Allocate an extent of length minlen<=len<=maxlen, with no position
626 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
627 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
764 * Allocate space to the bitmap or summary file, and zero it, for growfs.
790 * Allocate space to the file, as necessary. in xfs_growfs_rt_alloc()
808 * Allocate blocks to the bitmap file. in xfs_growfs_rt_alloc()
887 xfs_warn(mp, "could not allocate realtime summary cache"); in xfs_alloc_rsum_cache()
967 * Allocate space to the bitmap and summary files, as necessary. in xfs_growfs_rt()
981 * Allocate a new (fake) mount/sb. in xfs_growfs_rt()
1118 * If we had to allocate a new rsum_cache, we either need to free the in xfs_growfs_rt()
1135 * Allocate an extent in the realtime subvolume, with the usual allocation
1142 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent()
1143 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
1144 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()