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()
299 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block()
340 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
341 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
342 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact()
345 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact()
349 xfs_extlen_t i; /* extent length trimmed due to prod */ in xfs_rtallocate_extent_exact()
419 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
420 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
421 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near()
424 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near()
613 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
614 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
615 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size()
618 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_size()
756 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc()
757 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
873 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt()
876 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
880 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt()
881 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
1077 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
1078 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()
1079 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent()
1081 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent()
1097 xfs_extlen_t i; in xfs_rtallocate_extent()
1238 xfs_extlen_t len, /* allocation length (rtextents) */ in xfs_rtpick_extent()