| /linux/fs/xfs/libxfs/ ! |
| H A D | xfs_alloc.h | 42 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 */ 72 xfs_extlen_t xfs_alloc_longest_free_extent(struct xfs_perag *pag, [all …]
|
| H A D | xfs_ag_resv.c | 74 xfs_extlen_t avail; in xfs_ag_resv_critical() 75 xfs_extlen_t orig; in xfs_ag_resv_critical() 103 xfs_extlen_t 108 xfs_extlen_t len; in xfs_ag_resv_needed() 136 xfs_extlen_t oldresv; in __xfs_ag_resv_free() 171 xfs_extlen_t ask, in __xfs_ag_resv_init() 172 xfs_extlen_t used) in __xfs_ag_resv_init() 177 xfs_extlen_t hidden_space; in __xfs_ag_resv_init() 242 xfs_extlen_t ask; in xfs_ag_resv_init() 243 xfs_extlen_t used; in xfs_ag_resv_init() [all …]
|
| H A D | xfs_bmap.h | 27 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 */ 179 struct xfs_trans *tp, xfs_extlen_t *blen); 188 xfs_extlen_t total, int *logflagsp, int whichfork, 195 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork); 205 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap); 232 xfs_extlen_t xfs_bmapi_minleft(struct xfs_trans *tp, struct xfs_inode *ip, 300 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip); [all …]
|
| H A D | xfs_rmap.h | 120 struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len, 123 struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len, 130 xfs_extlen_t len, uint64_t owner, uint64_t offset, 133 xfs_extlen_t len, uint64_t owner, uint64_t offset, 190 xfs_extlen_t len, uint64_t owner); 192 xfs_extlen_t len, uint64_t owner); 198 xfs_extlen_t len, const struct xfs_owner_info *oinfo, 215 xfs_extlen_t len, enum xbtree_recpacking *outcome); 229 xfs_extlen_t len, const struct xfs_owner_info *oinfo, 232 xfs_extlen_t len, const struct xfs_owner_info *oinfo, [all …]
|
| H A D | xfs_refcount.h | 62 xfs_extlen_t ri_blockcount; 90 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno, 91 xfs_extlen_t *flen, bool find_end_of_shared); 94 xfs_fsblock_t fsb, xfs_extlen_t len); 96 xfs_fsblock_t fsb, xfs_extlen_t len); 120 xfs_extlen_t len, enum xbtree_recpacking *outcome);
|
| H A D | xfs_refcount_btree.h | 55 extern xfs_extlen_t xfs_refcountbt_calc_size(struct xfs_mount *mp, 57 extern xfs_extlen_t xfs_refcountbt_max_size(struct xfs_mount *mp, 61 struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, 62 xfs_extlen_t *used);
|
| H A D | xfs_ag.h | 23 xfs_extlen_t ar_orig_reserved; 25 xfs_extlen_t ar_reserved; 27 xfs_extlen_t ar_asked; 41 xfs_extlen_t pagf_freeblks; /* total free blocks */ 42 xfs_extlen_t pagf_longest; /* longest free space */ 321 xfs_extlen_t agsize; /* new AG size */ 333 xfs_extlen_t delta); 338 xfs_extlen_t len);
|
| H A D | xfs_alloc.c | 67 xfs_extlen_t 159 xfs_extlen_t len, in xfs_alloc_lookup() 181 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_eq() 195 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_ge() 209 xfs_extlen_t len, /* length of extent */ in xfs_alloc_lookup_le() 231 xfs_extlen_t len) /* length of extent */ in xfs_alloc_update() 291 xfs_extlen_t *len, /* output: length of extent */ in xfs_alloc_get_rec() 321 xfs_extlen_t foundlen, /* length in found extent */ in xfs_alloc_compute_aligned() 323 xfs_extlen_t *reslen, /* result length */ in xfs_alloc_compute_aligned() 327 xfs_extlen_t len = foundlen; in xfs_alloc_compute_aligned() [all …]
|
| H A D | xfs_rmap_btree.h | 54 extern xfs_extlen_t xfs_rmapbt_calc_size(struct xfs_mount *mp, 56 extern xfs_extlen_t xfs_rmapbt_max_size(struct xfs_mount *mp, 60 struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
|
| H A D | xfs_trans_resv.h | 124 xfs_extlen_t xfs_calc_max_atomic_write_fsblocks(struct xfs_mount *mp); 125 xfs_extlen_t xfs_calc_atomic_write_log_geometry(struct xfs_mount *mp, 126 xfs_extlen_t blockcount, unsigned int *new_logres); 128 xfs_extlen_t blockcount);
|
| H A D | xfs_ialloc_btree.h | 67 xfs_extlen_t *ask, xfs_extlen_t *used); 68 extern xfs_extlen_t xfs_iallocbt_calc_size(struct xfs_mount *mp,
|
| H A D | xfs_refcount.c | 43 xfs_agblock_t agbno, xfs_extlen_t aglen); 45 xfs_agblock_t agbno, xfs_extlen_t aglen); 492 xfs_extlen_t *aglen) in xfs_refcount_merge_center_extents() 573 xfs_extlen_t *aglen) in xfs_refcount_merge_left_extent() 637 xfs_extlen_t *aglen) in xfs_refcount_merge_right_extent() 707 xfs_extlen_t aglen) in xfs_refcount_find_left_extents() 800 xfs_extlen_t aglen) in xfs_refcount_find_right_extents() 1024 xfs_extlen_t *aglen, in xfs_refcount_merge_extents() 1153 xfs_extlen_t *aglen, in xfs_refcount_adjust_extents() 1295 xfs_extlen_t *aglen, in xfs_refcount_adjust() [all …]
|
| H A D | xfs_rtbitmap.h | 58 static inline xfs_extlen_t 73 xfs_extlen_t len) in xfs_extlen_to_rtxmod() 84 xfs_extlen_t len) in xfs_extlen_to_rtxlen() 105 static inline xfs_extlen_t 139 static inline xfs_extlen_t 148 static inline xfs_extlen_t
|
| H A D | xfs_ag_resv.h | 13 xfs_extlen_t xfs_ag_resv_needed(struct xfs_perag *pag, 19 struct xfs_trans *tp, xfs_extlen_t len);
|
| /linux/fs/xfs/scrub/ ! |
| H A D | scrub.h | 308 xfs_extlen_t len); 310 xfs_extlen_t len); 312 xfs_extlen_t len); 314 xfs_extlen_t len, const struct xfs_owner_info *oinfo); 316 xfs_extlen_t len, const struct xfs_owner_info *oinfo); 318 xfs_extlen_t len); 320 xfs_extlen_t len); 322 xfs_extlen_t len); 324 xfs_extlen_t len); 327 xfs_extlen_t len); [all …]
|
| H A D | newbt.h | 24 xfs_extlen_t len; 27 xfs_extlen_t used; 69 xfs_agblock_t agbno, xfs_extlen_t len);
|
| H A D | agb_bitmap.h | 26 xfs_agblock_t start, xfs_extlen_t len) in xagb_bitmap_clear() 31 xfs_agblock_t start, xfs_extlen_t len) in xagb_bitmap_set() 37 xfs_agblock_t start, xfs_extlen_t *len) in xagb_bitmap_test()
|
| H A D | alloc.c | 60 xfs_extlen_t len) in xchk_allocbt_xref_other() 64 xfs_extlen_t flen; in xchk_allocbt_xref_other() 102 xfs_extlen_t len = irec->ar_blockcount; in xchk_allocbt_xref() 181 xfs_extlen_t len) in xchk_xref_is_used_space()
|
| H A D | dab_bitmap.h | 26 xfs_dablk_t dabno, xfs_extlen_t len) in xdab_bitmap_set() 32 xfs_dablk_t dabno, xfs_extlen_t *len) in xdab_bitmap_test()
|
| H A D | reap.c | 251 xfs_extlen_t fsblocks) in xrep_bufscan_max_sectors() 253 return XFS_FSB_TO_BB(mp, min_t(xfs_extlen_t, fsblocks, in xrep_bufscan_max_sectors() 287 xfs_extlen_t *aglenp) in xreap_agextent_binval() 353 xfs_extlen_t *aglenp) in xreap_agextent_select() 358 xfs_extlen_t len = 1; in xreap_agextent_select() 412 xfs_extlen_t *aglenp, in xreap_agextent_iter() 722 xfs_extlen_t aglen; in xreap_agmeta_extent() 816 xfs_extlen_t aglen; in xreap_fsmeta_extent() 909 xfs_extlen_t *rglenp) in xreap_rgextent_select() 914 xfs_extlen_t len = 1; in xreap_rgextent_select() [all …]
|
| H A D | repair.c | 267 xfs_extlen_t nr_blocks, in xrep_ag_has_space() 280 xfs_extlen_t 289 xfs_extlen_t aglen = NULLAGBLOCK; in xrep_calc_ag_resblks() 290 xfs_extlen_t usedlen; in xrep_calc_ag_resblks() 291 xfs_extlen_t freelen; in xrep_calc_ag_resblks() 292 xfs_extlen_t bnobt_sz; in xrep_calc_ag_resblks() 293 xfs_extlen_t inobt_sz; in xrep_calc_ag_resblks() 294 xfs_extlen_t rmapbt_sz; in xrep_calc_ag_resblks() 295 xfs_extlen_t refcbt_sz; in xrep_calc_ag_resblks() 395 xfs_extlen_t [all …]
|
| /linux/fs/xfs/ ! |
| H A D | xfs_extent_busy.h | 24 xfs_extlen_t length; 47 xfs_agblock_t bno, xfs_extlen_t len, unsigned int flags); 49 xfs_extlen_t len, struct list_head *busy_list); 52 xfs_extlen_t len); 54 xfs_extlen_t flen, bool userdata); 55 bool xfs_extent_busy_trim(struct xfs_group *xg, xfs_extlen_t minlen, 56 xfs_extlen_t maxlen, xfs_agblock_t *bno, xfs_extlen_t *len,
|
| H A D | xfs_extent_busy.c | 34 xfs_extlen_t len, in xfs_extent_busy_insert_list() 84 xfs_extlen_t len, in xfs_extent_busy_insert() 94 xfs_extlen_t len, in xfs_extent_busy_insert_discard() 114 xfs_extlen_t len) in xfs_extent_busy_search() 162 xfs_extlen_t flen, in xfs_extent_busy_update_extent() 310 xfs_extlen_t flen, in xfs_extent_busy_reuse() 356 xfs_extlen_t minlen, in xfs_extent_busy_trim() 357 xfs_extlen_t maxlen, in xfs_extent_busy_trim() 359 xfs_extlen_t *len, in xfs_extent_busy_trim() 364 xfs_extlen_t flen; in xfs_extent_busy_trim()
|
| H A D | xfs_filestream.c | 61 xfs_extlen_t *longest) in xfs_filestream_pick_ag() 66 xfs_extlen_t minlen = *longest; in xfs_filestream_pick_ag() 67 xfs_extlen_t minfree, maxfree = 0; in xfs_filestream_pick_ag() 207 xfs_extlen_t *longest) in xfs_filestream_lookup_association() 263 xfs_extlen_t *longest) in xfs_filestream_create_association() 338 xfs_extlen_t *longest) in xfs_filestream_select_ag()
|
| H A D | xfs_rtalloc.c | 463 xfs_extlen_t maxavail = in xfs_rtallocate_extent_near() 677 xfs_extlen_t rbmblocks) in xfs_alloc_rsum_cache() 1145 xfs_extlen_t *nrbmblocks) in xfs_growfs_rt_alloc_blocks() 1150 xfs_extlen_t orbmblocks = 0; in xfs_growfs_rt_alloc_blocks() 1151 xfs_extlen_t orsumblocks = 0; in xfs_growfs_rt_alloc_blocks() 1204 xfs_extlen_t bmblocks; in xfs_growfs_rtg() 1266 xfs_extlen_t rextsize) in xfs_growfs_check_rtgeom() 1268 xfs_extlen_t min_logfsbs; in xfs_growfs_check_rtgeom() 1285 min_logfsbs = min_t(xfs_extlen_t, xfs_log_calc_minimum_size(nmp), in xfs_growfs_check_rtgeom() 1325 xfs_extlen_t rextsize, in xfs_growfs_rt_prep_groups() [all …]
|