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()
304 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block()
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()
347 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact()
350 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact()
354 xfs_extlen_t i; /* extent length trimmed due to prod */ in xfs_rtallocate_extent_exact()
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()
426 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near()
429 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near()
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()
628 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size()
631 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_size()
769 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc()
770 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
883 xfs_extlen_t rbmblocks) /* number of rt bitmap blocks */ in xfs_alloc_rsum_cache()
912 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt()
915 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
919 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt()
920 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
1175 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
1176 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()
1177 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent()
1179 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent()
1195 xfs_extlen_t i; in xfs_rtallocate_extent()
1336 xfs_extlen_t len, /* allocation length (rtextents) */ in xfs_rtpick_extent()