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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.h89 xfs_extlen_t minlen; /* minimum size of extent */
90 xfs_extlen_t maxlen; /* maximum size of extent */
91 xfs_extlen_t mod; /* mod value for extent size */
92 xfs_extlen_t prod; /* prod value for extent size */
93 xfs_extlen_t minleft; /* min blocks must be left after us */
94 xfs_extlen_t total; /* total blocks needed in xaction */
95 xfs_extlen_t alignment; /* align answer to multiple of this */
96 xfs_extlen_t minalignslop; /* slop for minlen+alignment calcs */
97 xfs_extlen_t len; /* output: actual size of extent */
116 xfs_extlen_t
[all...]
H A Dxfs_rtalloc.h87 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) */
H A Dxfs_bmap.h37 xfs_extlen_t xbfi_blockcount;/* number of blocks in extent */
122 xfs_extlen_t alen; /* i/o length asked/allocated */
123 xfs_extlen_t total; /* total blocks needed for xaction */
124 xfs_extlen_t minlen; /* minimum allocation size (blocks) */
125 xfs_extlen_t minleft; /* amount must be left after alloc */
219 xfs_extlen_t len, /* size of hole to find */
291 xfs_extlen_t total, /* total blocks needed */
H A Dxfs_dir2.h75 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);
H A Dxfs_rw.h47 extern xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
H A Dxfs_trans_extfree.c64 xfs_extlen_t ext_len)
116 xfs_extlen_t ext_len)
H A Dxfs_types.h60 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */ typedef
130 #define MAXEXTLEN ((xfs_extlen_t)0x001fffff) /* 21 bits */
H A Dxfs_rtalloc.c50 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 */
77 xfs_extlen_t nblocks, /* new count of blocks */
202 xfs_extlen_t minlen, /* minimum length to allocate */
203 xfs_extlen_t maxlen, /* maximum length to allocate */
204 xfs_extlen_t *len, /* out: actual length allocated */
208 xfs_extlen_t prod, /* extent product factor */
278 xfs_extlen_t
[all...]
H A Dxfs_alloc.c46 xfs_agblock_t bno, xfs_extlen_t len);
56 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
69 xfs_extlen_t len, /* length of extent */
85 xfs_extlen_t len, /* length of extent */
101 xfs_extlen_t len, /* length of extent */
118 xfs_extlen_t len) /* length of extent */
134 xfs_extlen_t *len, /* output: length of extent */
155 xfs_extlen_t foundlen, /* length in found extent */
156 xfs_extlen_t alignment, /* alignment for allocation */
157 xfs_extlen_t minle
[all...]
H A Dxfs_rw.c172 xfs_extlen_t
176 xfs_extlen_t extsz;
H A Dxfs_alloc_btree.h47 xfs_extlen_t ar_blockcount; /* count of free blocks */
H A Dxfs_btree.h389 xfs_extlen_t count); /* count of filesystem blocks */
400 xfs_extlen_t count); /* count of filesystem blocks */
454 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b))
455 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b))
H A Dxfs_extfree_item.h26 xfs_extlen_t ext_len;
H A Dxfs_ag.h189 xfs_extlen_t length;
210 xfs_extlen_t pagf_freeblks; /* total free blocks */
211 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_iomap.c175 xfs_extlen_t extsize,
179 xfs_extlen_t align;
253 xfs_extlen_t extsz, temp;
453 xfs_extlen_t extsz;
H A Dxfs_dir2.c202 xfs_extlen_t total) /* bmap's total block count */
333 xfs_extlen_t total) /* bmap's total block count */
414 xfs_extlen_t total) /* bmap's total block count */
H A Dxfs_filestream.c213 xfs_extlen_t minlen)
217 xfs_extlen_t longest, free, minfree, maxfree = 0;
678 xfs_extlen_t minlen;
H A Dxfs_fsops.c123 xfs_extlen_t agsize;
124 xfs_extlen_t tmpsize;
417 xfs_extlen_t nb;
H A Dxfs_bmap.c233 xfs_extlen_t total, /* total blocks needed by transaction */
2001 xfs_extlen_t extsz, /* align to this extent size */
2007 xfs_extlen_t *lenp) /* in/out: aligned length */
2010 xfs_extlen_t orig_alen; /* original length */
2015 xfs_extlen_t align_alen; /* temp for length */
2016 xfs_extlen_t temp; /* temp for calculations */
2313 xfs_extlen_t prod = 0; /* product factor for allocators */
2314 xfs_extlen_t ralen = 0; /* realtime allocation length */
2315 xfs_extlen_t align; /* minimum allocation alignment */
2406 xfs_extlen_t *ble
[all...]
H A Dxfs_trans.h485 xfs_extlen_t);
492 xfs_extlen_t);
H A Dxfs_da_btree.h105 xfs_extlen_t total; /* total blocks needed, for 1st bmap */
H A Dxfs_inode.h145 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */
H A Dxfs_ialloc.c448 xfs_extlen_t ineed; /* blocks needed for inode allocation */
449 xfs_extlen_t longest = 0; /* longest extent available */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h1155 xfs_agblock_t agbno, xfs_extlen_t len, int sync),
1163 __field(xfs_extlen_t, len)
1188 xfs_agblock_t agbno, xfs_extlen_t len),
1194 __field(xfs_extlen_t, len)
1215 xfs_agblock_t agbno, xfs_extlen_t len, int found),
1221 __field(xfs_extlen_t, len)
1317 xfs_extlen_t len, bool isfl, int haveleft, int haveright),
1323 __field(xfs_extlen_t, len)
1356 __field(xfs_extlen_t, minlen)
1357 __field(xfs_extlen_t, maxle
[all...]

Completed in 189 milliseconds

12