• Home
  • Raw
  • Download

Lines Matching refs:xfs_extlen_t

56 		xfs_extlen_t, xfs_buf_t **, xfs_fsblock_t *);
60 xfs_extlen_t, int, xfs_rtblock_t *, int *);
68 xfs_extlen_t, int);
82 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc()
83 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
208 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block()
209 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
210 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_block()
214 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_block()
284 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block()
321 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact()
322 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
323 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact()
326 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact()
330 xfs_extlen_t i; /* extent length trimmed due to prod */ in xfs_rtallocate_extent_exact()
400 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_near()
401 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
402 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near()
405 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_near()
594 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_size()
595 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
596 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size()
599 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_size()
740 xfs_extlen_t len, /* length to allocate */ in xfs_rtallocate_range()
907 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_alloc_range()
925 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_range()
1488 xfs_extlen_t len, /* length to free */ in xfs_rtfree_range()
1631 xfs_extlen_t len, /* length of extent to modify */ in xfs_rtmodify_range()
1863 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt()
1866 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
1870 xfs_extlen_t rbmblocks; /* current number of rt bitmap blocks */ in xfs_growfs_rt()
1871 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
2073 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent()
2074 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()
2075 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent()
2078 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent()
2094 xfs_extlen_t i; in xfs_rtallocate_extent()
2158 xfs_extlen_t len) /* length of extent freed */ in xfs_rtfree_extent()
2302 xfs_extlen_t len, /* allocation length (rtextents) */ in xfs_rtpick_extent()