Home
last modified time | relevance | path

Searched refs:xfs_rtxlen_t (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
H A Dxfs_rtalloc.c142 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 Dxfs_rtalloc.h76 xfs_rtxlen_t minlen, xfs_rtxlen_t maxlen, xfs_rtxlen_t prod,
H A Dxfs_trace.h2033 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 Dxfs_rtbitmap.h61 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 Dxfs_sb.h47 int xfs_compute_rgblklog(xfs_rtxlen_t rgextents, xfs_rgblock_t rextsize);
H A Dxfs_types.h15 typedef uint32_t xfs_rtxlen_t; /* file extent length in rtextents */ typedef
H A Dxfs_format.h180 xfs_rtxlen_t sb_rgextents; /* size of a realtime group in rtx */
752 #define XFS_MIN_RGEXTENTS ((xfs_rtxlen_t)2)
H A Dxfs_sb.c392 xfs_rtxlen_t rgextents, in xfs_compute_rgblklog()
/linux/fs/xfs/scrub/
H A Dcow_repair.c453 xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen); in xrep_cow_alloc_rt()