/fs/xfs/ |
D | xfs_alloc.h | 79 xfs_extlen_t minlen; /* minimum size of extent */ 80 xfs_extlen_t maxlen; /* maximum size of extent */ 81 xfs_extlen_t mod; /* mod value for extent size */ 82 xfs_extlen_t prod; /* prod value for extent size */ 83 xfs_extlen_t minleft; /* min blocks must be left after us */ 84 xfs_extlen_t total; /* total blocks needed in xaction */ 85 xfs_extlen_t alignment; /* align answer to multiple of this */ 86 xfs_extlen_t minalignslop; /* slop for minlen+alignment calcs */ 87 xfs_extlen_t len; /* output: actual size of extent */ 128 xfs_extlen_t len); [all …]
|
D | xfs_rtalloc.h | 87 xfs_extlen_t minlen, /* minimum length to allocate */ 88 xfs_extlen_t maxlen, /* maximum length to allocate */ 89 xfs_extlen_t *len, /* out: actual length allocated */ 92 xfs_extlen_t prod, /* extent product factor */ 103 xfs_extlen_t len); /* length of extent freed */ 131 xfs_extlen_t len, /* allocation length (rtextents) */
|
D | xfs_bmap.h | 51 xfs_extlen_t xbfi_blockcount;/* number of blocks in extent */ 126 xfs_extlen_t alen; /* i/o length asked/allocated */ 127 xfs_extlen_t total; /* total blocks needed for xaction */ 128 xfs_extlen_t minlen; /* mininum allocation size (blocks) */ 129 xfs_extlen_t minleft; /* amount must be left after alloc */ 216 xfs_extlen_t len, /* size of hole to find */ 288 xfs_extlen_t total, /* total blocks needed */
|
D | xfs_alloc.c | 52 xfs_extlen_t len); 86 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *); 99 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_eq() 115 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_ge() 131 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_le() 148 xfs_extlen_t len) /* length of extent */ in xfs_alloc_update() 164 xfs_extlen_t *len, /* output: length of extent */ in xfs_alloc_get_rec() 185 xfs_extlen_t foundlen, /* length in found extent */ in xfs_alloc_compute_aligned() 186 xfs_extlen_t alignment, /* alignment for allocation */ in xfs_alloc_compute_aligned() 187 xfs_extlen_t minlen, /* minimum length for allocation */ in xfs_alloc_compute_aligned() [all …]
|
D | xfs_rtalloc.c | 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() [all …]
|
D | xfs_dir2.h | 75 struct xfs_bmap_free *flist, xfs_extlen_t tot); 82 struct xfs_bmap_free *flist, xfs_extlen_t tot); 86 struct xfs_bmap_free *flist, xfs_extlen_t tot);
|
D | xfs_rw.h | 49 STATIC_INLINE xfs_extlen_t 53 xfs_extlen_t extsz; in xfs_get_extsz_hint()
|
D | xfs_ag.h | 169 xfs_extlen_t busy_length; 194 xfs_extlen_t pagf_freeblks; /* total free blocks */ 195 xfs_extlen_t pagf_longest; /* longest free space */
|
D | xfs_btree.h | 403 xfs_extlen_t count); /* count of filesystem blocks */ 414 xfs_extlen_t count); /* count of filesystem blocks */ 469 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) 470 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b))
|
D | xfs_trans_extfree.c | 66 xfs_extlen_t ext_len) in xfs_trans_log_efi_extent() 123 xfs_extlen_t ext_len) in xfs_trans_log_efd_extent()
|
D | xfs_types.h | 68 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */ typedef 136 #define MAXEXTLEN ((xfs_extlen_t)0x001fffff) /* 21 bits */
|
D | xfs_bmap.c | 241 xfs_extlen_t total, /* total blocks needed by transaction */ 2302 xfs_extlen_t extsz, /* align to this extent size */ in xfs_bmap_extsize_align() 2308 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() 2311 xfs_extlen_t orig_alen; /* original length */ in xfs_bmap_extsize_align() 2316 xfs_extlen_t align_alen; /* temp for length */ in xfs_bmap_extsize_align() 2317 xfs_extlen_t temp; /* temp for calculations */ in xfs_bmap_extsize_align() 2614 xfs_extlen_t prod = 0; /* product factor for allocators */ in xfs_bmap_rtalloc() 2615 xfs_extlen_t ralen = 0; /* realtime allocation length */ in xfs_bmap_rtalloc() 2616 xfs_extlen_t align; /* minimum allocation alignment */ in xfs_bmap_rtalloc() 2709 xfs_extlen_t align; /* minimum allocation alignment */ in xfs_bmap_btalloc() [all …]
|
D | xfs_sb.h | 111 xfs_extlen_t sb_rbmblocks; /* number of rt bitmap blocks */ 112 xfs_extlen_t sb_logblocks; /* number of log blocks */ 144 xfs_extlen_t sb_inoalignmt; /* inode chunk alignment, fsblocks */
|
D | xfs_alloc_btree.h | 47 xfs_extlen_t ar_blockcount; /* count of free blocks */
|
D | xfs_iomap.c | 293 xfs_extlen_t extsize, in xfs_iomap_eof_align_last_fsb() 297 xfs_extlen_t align; in xfs_iomap_eof_align_last_fsb() 404 xfs_extlen_t extsz, temp; in xfs_iomap_write_direct() 611 xfs_extlen_t extsz; in xfs_iomap_write_delay()
|
D | xfs_trans_priv.h | 44 xfs_extlen_t idx);
|
D | xfs_extfree_item.h | 26 xfs_extlen_t ext_len;
|
D | xfs_filestream.c | 140 xfs_extlen_t minlen) in _xfs_filestream_pick_ag() 143 xfs_extlen_t delta, longest, need, free, minfree, maxfree = 0; in _xfs_filestream_pick_ag() 633 xfs_extlen_t minlen; in xfs_filestream_new_ag()
|
D | xfs_trans.h | 959 xfs_extlen_t); 966 xfs_extlen_t); 976 xfs_extlen_t idx);
|
D | xfs_fsops.c | 126 xfs_extlen_t agsize; in xfs_growfs_data_private() 127 xfs_extlen_t tmpsize; in xfs_growfs_data_private() 408 xfs_extlen_t nb; in xfs_growfs_log_private()
|
D | xfs_dir2.c | 206 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_createname() 337 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_removename() 418 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_replace()
|
D | xfs_da_btree.h | 105 xfs_extlen_t total; /* total blocks needed, for 1st bmap */
|
D | xfs_trans_item.c | 452 xfs_trans_add_busy(xfs_trans_t *tp, xfs_agnumber_t ag, xfs_extlen_t idx) in xfs_trans_add_busy()
|
D | xfs_inode.h | 144 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */
|
D | xfs_ialloc.c | 440 xfs_extlen_t ineed; /* blocks needed for inode allocation */ in xfs_ialloc_ag_select() 441 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select()
|