Searched refs:xfs_rtxlen_t (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_rtalloc.c | 142 xfs_rtxlen_t len) /* in/out: summary block number */ in xfs_rtallocate_range() 209 static inline xfs_rtxlen_t 211 xfs_rtxlen_t rtxlen, in xfs_rtalloc_align_len() 212 xfs_rtxlen_t prod) in xfs_rtalloc_align_len() 223 static inline xfs_rtxlen_t 227 xfs_rtxlen_t rtxlen, in xfs_rtallocate_clamp_len() 228 xfs_rtxlen_t prod) in xfs_rtallocate_clamp_len() 230 xfs_rtxlen_t ret; in xfs_rtallocate_clamp_len() 246 xfs_rtxlen_t minlen, /* minimum length to allocate */ in xfs_rtallocate_extent_block() 247 xfs_rtxlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block() [all …]
|
| H A D | xfs_rtalloc.h | 76 xfs_rtxlen_t minlen, xfs_rtxlen_t maxlen, xfs_rtxlen_t prod,
|
| H A D | xfs_trace.h | 2033 xfs_rtxlen_t minlen, xfs_rtxlen_t maxlen, 2034 xfs_rtxlen_t len, xfs_rtxlen_t prod, xfs_rtxnum_t rtx, 2041 __field(xfs_rtxlen_t, minlen) 2042 __field(xfs_rtxlen_t, maxlen) 2043 __field(xfs_rtxlen_t, mod) 2044 __field(xfs_rtxlen_t, prod) 2045 __field(xfs_rtxlen_t, len) 2075 xfs_rtxlen_t old_len, xfs_rtxnum_t new_rtx, 2076 xfs_rtxlen_t new_len), 2083 __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_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 */ 752 #define XFS_MIN_RGEXTENTS ((xfs_rtxlen_t)2)
|
| H A D | xfs_sb.c | 392 xfs_rtxlen_t rgextents, in xfs_compute_rgblklog()
|
| /linux/fs/xfs/scrub/ |
| H A D | cow_repair.c | 453 xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen); in xrep_cow_alloc_rt()
|