• Home
  • Raw
  • Download

Lines Matching refs:xfs_extlen_t

155 	xfs_extlen_t	len,		/* length to allocate */  in xfs_rtallocate_range()
234 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block()
235 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
236 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_block()
240 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_block()
313 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block()
350 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
351 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
352 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact()
355 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact()
359 xfs_extlen_t i; /* extent length trimmed due to prod */ in xfs_rtallocate_extent_exact()
429 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
430 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
431 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near()
434 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near()
631 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
632 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
633 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size()
636 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_size()
774 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc()
775 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
902 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt()
905 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
909 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt()
910 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
1113 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
1114 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()
1115 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()
1280 xfs_extlen_t len, /* allocation length (rtextents) */ in xfs_rtpick_extent()