Lines Matching refs:xfs_extlen_t
146 xfs_extlen_t len, /* length to allocate */ in xfs_rtallocate_range()
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()
227 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_block()
231 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_block()
301 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block()
342 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
343 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
344 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact()
347 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact()
351 xfs_extlen_t i; /* extent length trimmed due to prod */ in xfs_rtallocate_extent_exact()
421 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
422 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
423 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near()
426 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near()
615 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
616 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
617 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size()
620 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_size()
758 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc()
759 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
861 xfs_extlen_t rbmblocks) /* number of rt bitmap blocks */ in xfs_alloc_rsum_cache()
890 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt()
893 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
897 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt()
898 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
1114 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
1115 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()
1116 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent()
1118 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent()
1134 xfs_extlen_t i; in xfs_rtallocate_extent()
1275 xfs_extlen_t len, /* allocation length (rtextents) */ in xfs_rtpick_extent()