Lines Matching refs:xfs_extlen_t

144 	xfs_extlen_t	len,		/* length to allocate */  in xfs_rtallocate_range()
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()
225 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_block()
229 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_block()
302 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block()
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()
345 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact()
348 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact()
352 xfs_extlen_t i; /* extent length trimmed due to prod */ in xfs_rtallocate_extent_exact()
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()
424 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near()
427 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near()
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()
626 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size()
629 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_size()
767 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc()
768 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
884 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt()
887 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
891 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt()
892 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
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()
1096 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent()
1098 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent()
1114 xfs_extlen_t i; in xfs_rtallocate_extent()
1253 xfs_extlen_t len, /* allocation length (rtextents) */ in xfs_rtpick_extent()