• Home
  • Raw
  • Download

Lines Matching full:allocate

143 	xfs_rtblock_t	start,		/* start block to allocate */  in xfs_rtallocate_range()
144 xfs_extlen_t len, /* length to allocate */ in xfs_rtallocate_range()
213 * Attempt to allocate an extent minlen<=len<=maxlen starting from
223 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block()
224 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
261 * i for maxlen is all free, allocate and return that. in xfs_rtallocate_extent_block()
314 * Allocate besti for bestlen & return that. in xfs_rtallocate_extent_block()
333 * Allocate an extent of length minlen<=len<=maxlen, starting at block
342 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent_exact()
343 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
344 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
366 * If it is, allocate it and return success. in xfs_rtallocate_extent_exact()
377 * If not, allocate what there is, if it's at least minlen. in xfs_rtallocate_extent_exact()
401 * Allocate what we can and return it. in xfs_rtallocate_extent_exact()
413 * Allocate an extent of length minlen<=len<=maxlen, starting as near
421 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent_near()
422 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
423 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
496 * Try to allocate an extent starting in in xfs_rtallocate_extent_near()
563 * Try to allocate from the summary block in xfs_rtallocate_extent_near()
616 * Allocate an extent of length minlen<=len<=maxlen, with no position
624 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
625 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
762 * Allocate space to the bitmap or summary file, and zero it, for growfs.
782 * Allocate space to the file, as necessary. in xfs_growfs_rt_alloc()
800 * Allocate blocks to the bitmap file. in xfs_growfs_rt_alloc()
943 * Allocate space to the bitmap and summary files, as necessary. in xfs_growfs_rt()
952 * Allocate a new (fake) mount/sb. in xfs_growfs_rt()
1086 * Allocate an extent in the realtime subvolume, with the usual allocation
1093 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent()
1094 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
1095 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()