/linux-4.1.27/fs/xfs/libxfs/ |
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_bmap.h | 42 xfs_extlen_t length; /* i/o length asked/allocated */ 50 xfs_extlen_t total; /* total blocks needed for xaction */ 51 xfs_extlen_t minlen; /* minimum allocation size (blocks) */ 52 xfs_extlen_t minleft; /* amount must be left after alloc */ 68 xfs_extlen_t xbfi_blockcount;/* number of blocks in extent */ 192 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork); 208 xfs_fsblock_t *firstblock, xfs_extlen_t total,
|
D | xfs_alloc.c | 50 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *); 59 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_eq() 75 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_ge() 91 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_le() 108 xfs_extlen_t len) /* length of extent */ in xfs_alloc_update() 124 xfs_extlen_t *len, /* output: length of extent */ in xfs_alloc_get_rec() 146 xfs_extlen_t foundlen, /* length in found extent */ in xfs_alloc_compute_aligned() 148 xfs_extlen_t *reslen) /* result length */ in xfs_alloc_compute_aligned() 151 xfs_extlen_t len; in xfs_alloc_compute_aligned() 158 xfs_extlen_t diff = aligned_bno - bno; in xfs_alloc_compute_aligned() [all …]
|
D | xfs_types.h | 25 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */ typedef 70 #define MAXEXTLEN ((xfs_extlen_t)0x001fffff) /* 21 bits */
|
D | xfs_btree.h | 346 xfs_extlen_t count, /* count of filesystem blocks */ 358 xfs_extlen_t count, /* count of filesystem blocks */ 436 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) 437 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b))
|
D | xfs_dir2.h | 132 struct xfs_bmap_free *flist, xfs_extlen_t tot); 139 struct xfs_bmap_free *flist, xfs_extlen_t tot); 143 struct xfs_bmap_free *flist, xfs_extlen_t tot);
|
D | xfs_rtbitmap.c | 519 xfs_extlen_t len, /* length of extent to modify */ in xfs_rtmodify_range() 676 xfs_extlen_t len, /* length to free */ in xfs_rtfree_range() 752 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_range() 928 xfs_extlen_t len) /* length of extent */ in xfs_rtcheck_alloc_range() 951 xfs_extlen_t len) /* length of extent freed */ in xfs_rtfree_extent()
|
D | xfs_bmap.c | 596 new->xbfi_blockcount = (xfs_extlen_t)len; in xfs_bmap_add_free() 890 xfs_extlen_t total, /* total blocks needed by transaction */ in xfs_bmap_local_to_extents() 1475 xfs_extlen_t len, /* size of hole to find */ in xfs_bmap_first_unused() 3181 xfs_extlen_t extsz, /* align to this extent size */ in xfs_bmap_extsize_align() 3187 xfs_extlen_t *lenp) /* in/out: aligned length */ in xfs_bmap_extsize_align() 3190 xfs_extlen_t orig_alen; /* original length */ in xfs_bmap_extsize_align() 3195 xfs_extlen_t align_alen; /* temp for length */ in xfs_bmap_extsize_align() 3196 xfs_extlen_t temp; /* temp for calculations */ in xfs_bmap_extsize_align() 3504 xfs_extlen_t *blen, in xfs_bmap_longest_free_extent() 3509 xfs_extlen_t longest; in xfs_bmap_longest_free_extent() [all …]
|
D | xfs_dir2.c | 263 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_createname() 437 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_removename() 499 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_replace()
|
D | xfs_log_format.h | 384 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */ 520 xfs_extlen_t ext_len;
|
D | xfs_da_btree.h | 75 xfs_extlen_t total; /* total blocks needed, for 1st bmap */
|
D | xfs_format.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 */ 1189 xfs_extlen_t ar_blockcount; /* count of free blocks */
|
D | xfs_ialloc.c | 571 xfs_extlen_t ineed; /* blocks needed for inode allocation */ in xfs_ialloc_ag_select() 572 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select()
|
D | xfs_btree.c | 734 xfs_extlen_t count, /* count of filesystem blocks */ in xfs_btree_reada_bufl() 754 xfs_extlen_t count, /* count of filesystem blocks */ in xfs_btree_reada_bufs() 875 xfs_extlen_t count) in xfs_btree_readahead_ptr()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_rtalloc.h | 40 xfs_extlen_t minlen, /* minimum length to allocate */ 41 xfs_extlen_t maxlen, /* maximum length to allocate */ 42 xfs_extlen_t *len, /* out: actual length allocated */ 45 xfs_extlen_t prod, /* extent product factor */ 56 xfs_extlen_t len); /* length of extent freed */ 87 xfs_extlen_t len, /* allocation length (rtextents) */ 104 xfs_rtblock_t start, xfs_extlen_t len, int val, 113 xfs_rtblock_t start, xfs_extlen_t len, int val); 122 xfs_rtblock_t start, xfs_extlen_t len,
|
D | xfs_extent_busy.h | 39 xfs_extlen_t length; 47 xfs_agblock_t bno, xfs_extlen_t len, unsigned int flags); 55 xfs_agblock_t bno, xfs_extlen_t len); 59 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata); 63 xfs_extlen_t len, xfs_agblock_t *rbno, xfs_extlen_t *rlen);
|
D | xfs_rtalloc.c | 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() 310 xfs_extlen_t p; /* amount to trim length by */ in xfs_rtallocate_extent_block() 347 xfs_extlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_exact() 348 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact() 349 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact() 352 xfs_extlen_t prod, /* extent product factor */ in xfs_rtallocate_extent_exact() [all …]
|
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() 309 xfs_extlen_t flen, in xfs_extent_busy_reuse() 353 xfs_extlen_t len, in xfs_extent_busy_trim() 355 xfs_extlen_t *rlen) in xfs_extent_busy_trim() 358 xfs_extlen_t flen; in xfs_extent_busy_trim()
|
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_bmap_util.h | 49 struct xfs_bmbt_irec *prevp, xfs_extlen_t extsz, 51 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
|
D | xfs_trace.h | 573 xfs_extlen_t free, int nscan), 580 __field(xfs_extlen_t, free) 1358 xfs_agblock_t agbno, xfs_extlen_t len), 1364 __field(xfs_extlen_t, len) 1381 xfs_agblock_t agbno, xfs_extlen_t len), \ 1391 xfs_agblock_t agbno, xfs_extlen_t len, 1392 xfs_agblock_t tbno, xfs_extlen_t tlen), 1398 __field(xfs_extlen_t, len) 1400 __field(xfs_extlen_t, tlen) 1497 xfs_extlen_t len, bool isfl, int haveleft, int haveright), [all …]
|
D | xfs_filestream.c | 145 xfs_extlen_t minlen) in xfs_filestream_pick_ag() 150 xfs_extlen_t longest, free = 0, minfree, maxfree = 0; in xfs_filestream_pick_ag() 368 xfs_extlen_t minlen = ap->length; in xfs_filestream_new_ag()
|
D | xfs_discard.c | 80 xfs_extlen_t flen; in xfs_trim_extents() 82 xfs_extlen_t dlen; in xfs_trim_extents()
|
D | xfs_trans.h | 223 xfs_extlen_t); 230 xfs_extlen_t);
|
D | xfs_mount.h | 277 xfs_extlen_t pagf_freeblks; /* total free blocks */ 278 xfs_extlen_t pagf_longest; /* longest free space */
|
D | xfs_iomap.c | 49 xfs_extlen_t extsize, in xfs_iomap_eof_align_last_fsb() 52 xfs_extlen_t align = 0; in xfs_iomap_eof_align_last_fsb() 125 xfs_extlen_t extsz, temp; in xfs_iomap_write_direct() 542 xfs_extlen_t extsz; in xfs_iomap_write_delay()
|
D | xfs_fsops.c | 150 xfs_extlen_t agsize; in xfs_growfs_data_private() 151 xfs_extlen_t tmpsize; in xfs_growfs_data_private() 569 xfs_extlen_t nb; in xfs_growfs_log_private()
|
D | xfs_bmap_util.c | 152 xfs_extlen_t prod = 0; /* product factor for allocators */ in xfs_bmap_rtalloc() 153 xfs_extlen_t ralen = 0; /* realtime allocation length */ in xfs_bmap_rtalloc() 154 xfs_extlen_t align; /* minimum allocation alignment */ in xfs_bmap_rtalloc() 939 xfs_extlen_t extsz, temp; in xfs_alloc_file_space() 1180 xfs_extlen_t mod=0; in xfs_free_file_space()
|
D | xfs_inode.h | 386 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
|
D | xfs_dir2_readdir.c | 254 xfs_extlen_t map_blocks; /* number of fsbs in map */
|
D | xfs_super.c | 1056 xfs_extlen_t lsize; in xfs_fs_statfs()
|
D | xfs_ioctl.c | 1116 xfs_extlen_t size; in xfs_ioctl_setattr_check_extsize()
|
D | xfs_inode.c | 67 xfs_extlen_t
|