/fs/xfs/ |
D | xfs_alloc.h | 107 xfs_extlen_t minlen; /* minimum size of extent */ 108 xfs_extlen_t maxlen; /* maximum size of extent */ 109 xfs_extlen_t mod; /* mod value for extent size */ 110 xfs_extlen_t prod; /* prod value for extent size */ 111 xfs_extlen_t minleft; /* min blocks must be left after us */ 112 xfs_extlen_t total; /* total blocks needed in xaction */ 113 xfs_extlen_t alignment; /* align answer to multiple of this */ 114 xfs_extlen_t minalignslop; /* slop for minlen+alignment calcs */ 115 xfs_extlen_t len; /* output: actual size of extent */ 134 xfs_extlen_t [all …]
|
D | xfs_extent_busy.h | 35 xfs_extlen_t length; 43 xfs_agblock_t bno, xfs_extlen_t len, unsigned int flags); 51 xfs_agblock_t bno, xfs_extlen_t len); 55 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata); 59 xfs_extlen_t len, xfs_agblock_t *rbno, xfs_extlen_t *rlen);
|
D | xfs_alloc.c | 51 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *); 60 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_eq() 76 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_ge() 92 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_le() 109 xfs_extlen_t len) /* length of extent */ in xfs_alloc_update() 125 xfs_extlen_t *len, /* output: length of extent */ in xfs_alloc_get_rec() 147 xfs_extlen_t foundlen, /* length in found extent */ in xfs_alloc_compute_aligned() 149 xfs_extlen_t *reslen) /* result length */ in xfs_alloc_compute_aligned() 152 xfs_extlen_t len; in xfs_alloc_compute_aligned() 159 xfs_extlen_t diff = aligned_bno - bno; in xfs_alloc_compute_aligned() [all …]
|
D | xfs_rtalloc.c | 50 xfs_extlen_t, xfs_buf_t **, xfs_fsblock_t *); 54 xfs_extlen_t, int, xfs_rtblock_t *, int *); 62 xfs_extlen_t, int); 76 xfs_extlen_t oblocks, /* old count of blocks */ in xfs_growfs_rt_alloc() 77 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc() 201 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block() 202 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block() 203 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_block() 207 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_block() 277 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block() [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 */ 134 xfs_extlen_t len, /* allocation length (rtextents) */
|
D | xfs_bmap.h | 37 xfs_extlen_t xbfi_blockcount;/* number of blocks in extent */ 122 xfs_extlen_t length; /* i/o length asked/allocated */ 130 xfs_extlen_t total; /* total blocks needed for xaction */ 131 xfs_extlen_t minlen; /* minimum allocation size (blocks) */ 132 xfs_extlen_t minleft; /* amount must be left after alloc */ 180 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork); 196 xfs_fsblock_t *firstblock, xfs_extlen_t total,
|
D | xfs_extent_busy.c | 39 xfs_extlen_t len, in xfs_extent_busy_insert() 109 xfs_extlen_t len) in xfs_extent_busy_search() 162 xfs_extlen_t flen, in xfs_extent_busy_update_extent() 308 xfs_extlen_t flen, in xfs_extent_busy_reuse() 352 xfs_extlen_t len, in xfs_extent_busy_trim() 354 xfs_extlen_t *rlen) in xfs_extent_busy_trim() 357 xfs_extlen_t flen; in xfs_extent_busy_trim()
|
D | xfs_dir2.h | 40 struct xfs_bmap_free *flist, xfs_extlen_t tot); 47 struct xfs_bmap_free *flist, xfs_extlen_t tot); 51 struct xfs_bmap_free *flist, xfs_extlen_t tot);
|
D | xfs_trace.h | 1197 xfs_agblock_t agbno, xfs_extlen_t len), 1203 __field(xfs_extlen_t, len) 1220 xfs_agblock_t agbno, xfs_extlen_t len), \ 1230 xfs_agblock_t agbno, xfs_extlen_t len, 1231 xfs_agblock_t tbno, xfs_extlen_t tlen), 1237 __field(xfs_extlen_t, len) 1239 __field(xfs_extlen_t, tlen) 1336 xfs_extlen_t len, bool isfl, int haveleft, int haveright), 1342 __field(xfs_extlen_t, len) 1375 __field(xfs_extlen_t, minlen) [all …]
|
D | xfs_trans_extfree.c | 63 xfs_extlen_t ext_len) in xfs_trans_log_efi_extent() 119 xfs_extlen_t ext_len) in xfs_trans_log_efd_extent()
|
D | xfs_btree.h | 397 xfs_extlen_t count, /* count of filesystem blocks */ 409 xfs_extlen_t count, /* count of filesystem blocks */ 485 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) 486 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b))
|
D | xfs_types.h | 60 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */ typedef 130 #define MAXEXTLEN ((xfs_extlen_t)0x001fffff) /* 21 bits */
|
D | xfs_discard.c | 81 xfs_extlen_t flen; in xfs_trim_extents() 83 xfs_extlen_t dlen; in xfs_trim_extents()
|
D | xfs_iomap.c | 57 xfs_extlen_t extsize, in xfs_iomap_eof_align_last_fsb() 61 xfs_extlen_t align = 0; in xfs_iomap_eof_align_last_fsb() 134 xfs_extlen_t extsz, temp; in xfs_iomap_write_direct() 539 xfs_extlen_t extsz; in xfs_iomap_write_delay()
|
D | xfs_ag.h | 246 xfs_extlen_t pagf_freeblks; /* total free blocks */ 247 xfs_extlen_t pagf_longest; /* longest free space */
|
D | xfs_bmap.c | 807 new->xbfi_blockcount = (xfs_extlen_t)len; in xfs_bmap_add_free() 1169 xfs_extlen_t total, /* total blocks needed by transaction */ in xfs_bmap_local_to_extents() 1775 xfs_extlen_t len, /* size of hole to find */ in xfs_bmap_first_unused() 3497 xfs_extlen_t extsz, /* align to this extent size */ in xfs_bmap_extsize_align() 3503 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() 3506 xfs_extlen_t orig_alen; /* original length */ in xfs_bmap_extsize_align() 3511 xfs_extlen_t align_alen; /* temp for length */ in xfs_bmap_extsize_align() 3512 xfs_extlen_t temp; /* temp for calculations */ in xfs_bmap_extsize_align() 3809 xfs_extlen_t prod = 0; /* product factor for allocators */ in xfs_bmap_rtalloc() 3810 xfs_extlen_t ralen = 0; /* realtime allocation length */ in xfs_bmap_rtalloc() [all …]
|
D | xfs_sb.h | 115 xfs_extlen_t sb_rbmblocks; /* number of rt bitmap blocks */ 116 xfs_extlen_t sb_logblocks; /* number of log blocks */ 148 xfs_extlen_t sb_inoalignmt; /* inode chunk alignment, fsblocks */
|
D | xfs_alloc_btree.h | 49 xfs_extlen_t ar_blockcount; /* count of free blocks */
|
D | xfs_extfree_item.h | 26 xfs_extlen_t ext_len;
|
D | xfs_dir2.c | 198 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_createname() 329 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_removename() 410 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_replace()
|
D | xfs_filestream.c | 213 xfs_extlen_t minlen) in _xfs_filestream_pick_ag() 217 xfs_extlen_t longest, free, minfree, maxfree = 0; in _xfs_filestream_pick_ag() 678 xfs_extlen_t minlen; in xfs_filestream_new_ag()
|
D | xfs_trans.h | 517 xfs_extlen_t); 524 xfs_extlen_t);
|
D | xfs_inode.h | 144 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */ 555 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
|
D | xfs_fsops.c | 150 xfs_extlen_t agsize; in xfs_growfs_data_private() 151 xfs_extlen_t tmpsize; in xfs_growfs_data_private() 532 xfs_extlen_t nb; in xfs_growfs_log_private()
|
D | xfs_da_btree.h | 188 xfs_extlen_t total; /* total blocks needed, for 1st bmap */
|