Searched refs:xfs_rtxlen_t (Results 1 – 12 of 12) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 138 xfs_rtxlen_t len) /* in/out: summary block number */ in xfs_rtallocate_range() 205 static inline xfs_rtxlen_t 207 xfs_rtxlen_t rtxlen, in xfs_rtalloc_align_len() 208 xfs_rtxlen_t prod) in xfs_rtalloc_align_len() 219 static inline xfs_rtxlen_t 223 xfs_rtxlen_t rtxlen, in xfs_rtallocate_clamp_len() 224 xfs_rtxlen_t prod) in xfs_rtallocate_clamp_len() 226 xfs_rtxlen_t ret; in xfs_rtallocate_clamp_len() 242 xfs_rtxlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block() 243 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block() [all …]
|
H A D | xfs_rtalloc.h | 81 xfs_rtxlen_t minlen, xfs_rtxlen_t maxlen, xfs_rtxlen_t prod,
|
H A D | xfs_trace.h | 1760 xfs_rtxlen_t minlen, xfs_rtxlen_t maxlen, 1761 xfs_rtxlen_t len, xfs_rtxlen_t prod, xfs_rtxnum_t rtx, 1768 __field(xfs_rtxlen_t, minlen) 1769 __field(xfs_rtxlen_t, maxlen) 1770 __field(xfs_rtxlen_t, mod) 1771 __field(xfs_rtxlen_t, prod) 1772 __field(xfs_rtxlen_t, len) 1802 xfs_rtxlen_t old_len, xfs_rtxnum_t new_rtx, 1803 xfs_rtxlen_t new_len), 1810 __field(xfs_rtxlen_t, old_len) [all …]
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.h | 61 xfs_rtxlen_t rtxlen) in xfs_rtxlen_to_extlen() 81 static inline xfs_rtxlen_t 389 xfs_rtxlen_t len, int val, xfs_rtxnum_t *new, int *stat); 395 xfs_rtxlen_t len, int val); 401 xfs_rtxlen_t len); 408 xfs_rtxnum_t start, xfs_rtxlen_t len, bool *is_free); 410 xfs_rtxnum_t start, xfs_rtxlen_t len);
|
H A D | xfs_rtbitmap.c | 662 xfs_rtxlen_t len, /* length of extent to modify */ in xfs_rtmodify_range() 801 xfs_rtxlen_t len) /* in/out: summary block number */ in xfs_rtfree_range() 874 xfs_rtxlen_t len, /* length of extent */ in xfs_rtcheck_range() 1031 xfs_rtxlen_t len) /* length of extent */ in xfs_rtcheck_alloc_range() 1055 xfs_rtxlen_t len) /* length of extent freed */ in xfs_rtfree_extent() 1228 xfs_rtxlen_t len, in xfs_rtalloc_extent_is_free()
|
H A D | xfs_sb.h | 47 int xfs_compute_rgblklog(xfs_rtxlen_t rgextents, xfs_rgblock_t rextsize);
|
H A D | xfs_types.h | 15 typedef uint32_t xfs_rtxlen_t; /* file extent length in rtextents */ typedef
|
H A D | xfs_format.h | 180 xfs_rtxlen_t sb_rgextents; /* size of a realtime group in rtx */ 745 #define XFS_MIN_RGEXTENTS ((xfs_rtxlen_t)2)
|
H A D | xfs_trans_resv.c | 234 xfs_rtxlen_t rtxlen; in xfs_rtalloc_block_count()
|
H A D | xfs_sb.c | 368 xfs_rtxlen_t rgextents, in xfs_compute_rgblklog()
|
/linux/fs/xfs/scrub/ |
H A D | rtbitmap_repair.c | 92 xfs_rtxlen_t rtxlen) in rtxlen_to_wordcnt()
|
H A D | cow_repair.c | 453 xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen); in xrep_cow_alloc_rt()
|