Searched refs:xfs_extlen_t (Results 1 - 25 of 75) sorted by path

123

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c667 xfs_extlen_t tmpsize;
914 xfs_extlen_t delta)
1056 xfs_extlen_t len)
H A Dxfs_ag.h21 xfs_extlen_t ar_orig_reserved;
23 xfs_extlen_t ar_reserved;
25 xfs_extlen_t ar_asked;
43 xfs_extlen_t pagf_freeblks; /* total free blocks */
44 xfs_extlen_t pagf_longest; /* longest free space */
331 xfs_extlen_t agsize; /* new AG size */
343 xfs_extlen_t delta);
345 xfs_extlen_t len);
H A Dxfs_ag_resv.c73 xfs_extlen_t avail;
74 xfs_extlen_t orig;
103 xfs_extlen_t
108 xfs_extlen_t len;
135 xfs_extlen_t oldresv;
182 xfs_extlen_t ask,
183 xfs_extlen_t used)
188 xfs_extlen_t hidden_space;
254 xfs_extlen_t ask;
255 xfs_extlen_t use
[all...]
H A Dxfs_ag_resv.h13 xfs_extlen_t xfs_ag_resv_needed(struct xfs_perag *pag,
19 struct xfs_trans *tp, xfs_extlen_t len);
H A Dxfs_alloc.c68 xfs_extlen_t
160 xfs_extlen_t len,
182 xfs_extlen_t len, /* length of extent */
196 xfs_extlen_t len, /* length of extent */
210 xfs_extlen_t len, /* length of extent */
232 xfs_extlen_t len) /* length of extent */
292 xfs_extlen_t *len, /* output: length of extent */
322 xfs_extlen_t foundlen, /* length in found extent */
324 xfs_extlen_t *reslen, /* result length */
328 xfs_extlen_t le
[all...]
H A Dxfs_alloc.h42 xfs_extlen_t minlen; /* minimum size of extent */
43 xfs_extlen_t maxlen; /* maximum size of extent */
44 xfs_extlen_t mod; /* mod value for extent size */
45 xfs_extlen_t prod; /* prod value for extent size */
46 xfs_extlen_t minleft; /* min blocks must be left after us */
47 xfs_extlen_t total; /* total blocks needed in xaction */
48 xfs_extlen_t alignment; /* align answer to multiple of this */
49 xfs_extlen_t minalignslop; /* slop for minlen+alignment calcs */
52 xfs_extlen_t len; /* output: actual size of extent */
74 xfs_extlen_t xfs_alloc_longest_free_exten
[all...]
H A Dxfs_alloc_btree.c666 xfs_extlen_t
H A Dxfs_alloc_btree.h57 extern xfs_extlen_t xfs_allocbt_calc_size(struct xfs_mount *mp,
H A Dxfs_bmap.c786 xfs_extlen_t total, /* total blocks needed by transaction */
1262 xfs_extlen_t len, /* size of hole to find */
2955 xfs_extlen_t extsz, /* align to this extent size */
2961 xfs_extlen_t *lenp) /* in/out: aligned length */
2964 xfs_extlen_t orig_alen; /* original length */
2969 xfs_extlen_t align_alen; /* temp for length */
2970 xfs_extlen_t temp; /* temp for calculations */
3270 xfs_extlen_t *blen)
3272 xfs_extlen_t longest;
3291 static xfs_extlen_t
[all...]
H A Dxfs_bmap.h27 xfs_extlen_t length; /* i/o length asked/allocated */
35 xfs_extlen_t total; /* total blocks needed for xaction */
36 xfs_extlen_t minlen; /* minimum allocation size (blocks) */
37 xfs_extlen_t minleft; /* amount must be left after alloc */
175 struct xfs_trans *tp, xfs_extlen_t *blen);
184 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork);
194 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap);
225 xfs_extlen_t xfs_bmapi_minleft(struct xfs_trans *tp, struct xfs_inode *ip,
H A Dxfs_btree.c1117 xfs_extlen_t count)
5210 xfs_extlen_t *blocks = data;
5220 xfs_extlen_t *blocks)
H A Dxfs_btree.h447 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b))
448 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b))
502 int xfs_btree_count_blocks(struct xfs_btree_cur *cur, xfs_extlen_t *blocks);
H A Dxfs_da_btree.h68 xfs_extlen_t total; /* total blocks needed, for 1st bmap */
H A Dxfs_dir2.c268 xfs_extlen_t total) /* bmap's total block count */
436 xfs_extlen_t total) /* bmap's total block count */
494 xfs_extlen_t total) /* bmap's total block count */
H A Dxfs_dir2.h56 xfs_extlen_t tot);
62 xfs_extlen_t tot);
65 xfs_extlen_t tot);
H A Dxfs_format.h110 xfs_extlen_t sb_rbmblocks; /* number of rt bitmap blocks */
111 xfs_extlen_t sb_logblocks; /* number of log blocks */
143 xfs_extlen_t sb_inoalignmt; /* inode chunk alignment, fsblocks */
172 xfs_extlen_t sb_spino_align; /* sparse inode chunk alignment */
1380 xfs_extlen_t ar_blockcount; /* count of free blocks */
1620 #define MAXREFCEXTLEN ((xfs_extlen_t)~0U)
1658 #define XFS_MAX_BMBT_EXTLEN ((xfs_extlen_t)(BMBT_BLOCKCOUNT_MASK))
H A Dxfs_ialloc.c1691 xfs_extlen_t ineed;
1692 xfs_extlen_t longest = 0;
2790 xfs_extlen_t len,
H A Dxfs_ialloc.h100 xfs_agblock_t bno, xfs_extlen_t len,
H A Dxfs_ialloc_btree.c714 static xfs_extlen_t
742 xfs_extlen_t *tree_blocks)
765 xfs_extlen_t *tree_blocks)
788 xfs_extlen_t *ask,
789 xfs_extlen_t *used)
791 xfs_extlen_t tree_len = 0;
810 xfs_extlen_t
H A Dxfs_ialloc_btree.h66 xfs_extlen_t *ask, xfs_extlen_t *used);
67 extern xfs_extlen_t xfs_iallocbt_calc_size(struct xfs_mount *mp,
H A Dxfs_log_format.h424 xfs_extlen_t di_extsize; /* basic/minimum extent size for file */
593 xfs_extlen_t ext_len;
H A Dxfs_refcount.c39 xfs_agblock_t agbno, xfs_extlen_t aglen);
41 xfs_agblock_t agbno, xfs_extlen_t aglen);
456 xfs_extlen_t *aglen)
539 xfs_extlen_t *aglen)
605 xfs_extlen_t *aglen)
677 xfs_extlen_t aglen)
772 xfs_extlen_t aglen)
997 xfs_extlen_t *aglen,
1111 xfs_extlen_t *aglen,
1267 xfs_extlen_t *agle
[all...]
H A Dxfs_refcount.h55 xfs_extlen_t ri_blockcount;
85 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
86 xfs_extlen_t *flen, bool find_end_of_shared);
89 xfs_extlen_t len);
91 xfs_extlen_t len);
116 xfs_extlen_t len, enum xbtree_recpacking *outcome);
H A Dxfs_refcount_btree.c460 xfs_extlen_t
471 xfs_extlen_t
491 xfs_extlen_t *ask,
492 xfs_extlen_t *used)
497 xfs_extlen_t tree_len;
H A Dxfs_refcount_btree.h54 extern xfs_extlen_t xfs_refcountbt_calc_size(struct xfs_mount *mp,
56 extern xfs_extlen_t xfs_refcountbt_max_size(struct xfs_mount *mp,
60 struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask,
61 xfs_extlen_t *used);

Completed in 365 milliseconds

123