Lines Matching refs:xfs_extlen_t
156 xfs_extlen_t len, /* length to allocate */ in xfs_rtallocate_range()
235 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block()
236 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
237 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_block()
241 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_block()
311 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block()
348 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
349 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
350 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact()
353 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact()
357 xfs_extlen_t i; /* extent length trimmed due to prod */ in xfs_rtallocate_extent_exact()
427 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
428 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
429 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near()
432 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near()
621 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
622 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
623 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size()
626 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_size()
764 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc()
765 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
889 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt()
892 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
896 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt()
897 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
1093 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
1094 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()
1095 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent()
1097 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent()
1113 xfs_extlen_t i; in xfs_rtallocate_extent()
1252 xfs_extlen_t len, /* allocation length (rtextents) */ in xfs_rtpick_extent()