Searched refs:xfs_extlen_t (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc.h58 xfs_extlen_t minlen; /* minimum size of extent */
59 xfs_extlen_t maxlen; /* maximum size of extent */
60 xfs_extlen_t mod; /* mod value for extent size */
61 xfs_extlen_t prod; /* prod value for extent size */
62 xfs_extlen_t minleft; /* min blocks must be left after us */
63 xfs_extlen_t total; /* total blocks needed in xaction */
64 xfs_extlen_t alignment; /* align answer to multiple of this */
65 xfs_extlen_t minalignslop; /* slop for minlen+alignment calcs */
66 xfs_extlen_t len; /* output: actual size of extent */
173 xfs_extlen_t le
[all...]
H A Dxfs_alloc_btree.h48 xfs_extlen_t ar_blockcount; /* count of free blocks */
118 xfs_extlen_t *len, int *stat);
136 xfs_extlen_t len, int *stat);
143 xfs_extlen_t len, int *stat);
150 xfs_extlen_t len, int *stat);
157 xfs_extlen_t len);
H A Dxfs_rtalloc.h89 xfs_extlen_t minlen, /* minimum length to allocate */
90 xfs_extlen_t maxlen, /* maximum length to allocate */
91 xfs_extlen_t *len, /* out: actual length allocated */
94 xfs_extlen_t prod, /* extent product factor */
105 xfs_extlen_t len); /* length of extent freed */
133 xfs_extlen_t len, /* allocation length (rtextents) */
144 xfs_extlen_t len); /* length to print */
H A Dxfs_bmap.h49 xfs_extlen_t xbfi_blockcount;/* number of blocks in extent */
115 xfs_extlen_t alen; /* i/o length asked/allocated */
116 xfs_extlen_t total; /* total blocks needed for xaction */
117 xfs_extlen_t minlen; /* mininum allocation size (blocks) */
118 xfs_extlen_t minleft; /* amount must be left after alloc */
217 xfs_extlen_t len, /* size of hole to find */
289 xfs_extlen_t total, /* total blocks needed */
H A Dxfs_trans_priv.h45 xfs_extlen_t idx);
H A Dxfs_btree.h392 xfs_extlen_t count); /* count of filesystem blocks */
403 xfs_extlen_t count); /* count of filesystem blocks */
445 ((xfs_extlen_t)(a) < (xfs_extlen_t)(b) ? \
446 (xfs_extlen_t)(a) : (xfs_extlen_t)(b))
448 ((xfs_extlen_t)(a) > (xfs_extlen_t)(b) ? \
449 (xfs_extlen_t)(a) : (xfs_extlen_t)(
[all...]
H A Dxfs_extfree_item.h26 xfs_extlen_t ext_len;
H A Dxfs_trans_extfree.c66 xfs_extlen_t ext_len)
123 xfs_extlen_t ext_len)
H A Dxfs_rtalloc.c57 xfs_extlen_t, xfs_buf_t **, xfs_fsblock_t *);
61 xfs_extlen_t, int, xfs_rtblock_t *, int *);
69 xfs_extlen_t, int);
95 xfs_extlen_t oblocks, /* old count of blocks */
96 xfs_extlen_t nblocks, /* new count of blocks */
216 xfs_extlen_t minlen, /* minimum length to allocate */
217 xfs_extlen_t maxlen, /* maximum length to allocate */
218 xfs_extlen_t *len, /* out: actual length allocated */
222 xfs_extlen_t prod, /* extent product factor */
292 xfs_extlen_t
[all...]
H A Dxfs_alloc.c54 xfs_extlen_t len);
88 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
101 xfs_extlen_t foundlen, /* length in found extent */
102 xfs_extlen_t alignment, /* alignment for allocation */
103 xfs_extlen_t minlen, /* minimum length for allocation */
105 xfs_extlen_t *reslen) /* result length */
108 xfs_extlen_t diff;
109 xfs_extlen_t len;
128 STATIC xfs_extlen_t /* difference value (absolute) */
131 xfs_extlen_t wantle
[all...]
H A Dxfs_dir.h60 xfs_extlen_t total);
73 xfs_extlen_t total);
85 xfs_extlen_t total);
H A Dxfs_types.h71 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */ typedef
141 #define MAXEXTLEN ((xfs_extlen_t)0x001fffff) /* 21 bits */
H A Dxfs_ag.h162 xfs_extlen_t busy_length;
187 xfs_extlen_t pagf_freeblks; /* total free blocks */
188 xfs_extlen_t pagf_longest; /* longest free space */
H A Dxfs_sb.h111 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 */
H A Dxfs_dir2.c59 xfs_bmap_free_t *flist, xfs_extlen_t total);
65 xfs_bmap_free_t *flist, xfs_extlen_t total);
71 xfs_extlen_t total);
184 xfs_extlen_t total) /* bmap's total block count */
295 xfs_extlen_t total) /* bmap's total block count */
398 xfs_extlen_t total) /* bmap's total block count */
H A Dxfs_bmap.c252 xfs_extlen_t total, /* total blocks needed by transaction */
2306 xfs_extlen_t extsz, /* align to this extent size */
2312 xfs_extlen_t *lenp) /* in/out: aligned length */
2315 xfs_extlen_t orig_alen; /* original length */
2320 xfs_extlen_t align_alen; /* temp for length */
2321 xfs_extlen_t temp; /* temp for calculations */
2619 xfs_extlen_t prod = 0; /* product factor for allocators */
2620 xfs_extlen_t ralen = 0; /* realtime allocation length */
2621 xfs_extlen_t align; /* minimum allocation alignment */
2714 xfs_extlen_t alig
[all...]
H A Dxfs_fsops.c123 xfs_extlen_t agsize;
124 xfs_extlen_t tmpsize;
404 xfs_extlen_t nb;
H A Dxfs_dir.c72 xfs_extlen_t total);
87 xfs_extlen_t total);
101 xfs_extlen_t total);
251 xfs_bmap_free_t *flist, xfs_extlen_t total)
360 xfs_bmap_free_t *flist, xfs_extlen_t total)
494 xfs_bmap_free_t *flist, xfs_extlen_t total)
H A Dxfs_da_btree.h120 xfs_extlen_t total; /* total blocks needed, for 1st bmap */
H A Dxfs_dinode.h63 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */
H A Dxfs_iomap.c324 xfs_extlen_t extsize,
328 xfs_extlen_t align;
419 xfs_extlen_t extsz, temp;
645 xfs_extlen_t extsz;
H A Dxfs_alloc_btree.c1045 xfs_extlen_t blockcount; /* key value */
1901 xfs_extlen_t *len, /* output: length of extent */
2095 xfs_extlen_t len, /* length of extent */
2111 xfs_extlen_t len, /* length of extent */
2127 xfs_extlen_t len, /* length of extent */
2143 xfs_extlen_t len) /* length of extent */
H A Dxfs_trans_item.c442 xfs_trans_add_busy(xfs_trans_t *tp, xfs_agnumber_t ag, xfs_extlen_t idx)
H A Dxfs_trans.h990 xfs_extlen_t);
997 xfs_extlen_t);
1012 xfs_extlen_t idx);
H A Dxfs_btree.c820 xfs_extlen_t count) /* count of filesystem blocks */
839 xfs_extlen_t count) /* count of filesystem blocks */

Completed in 153 milliseconds

12