Home
last modified time | relevance | path

Searched refs:xfs_rtxnum_t (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h26 xfs_rtxnum_t rtx) in xfs_rtx_to_rtb()
37 static inline xfs_rtxnum_t
126 static inline xfs_rtxnum_t
182 xfs_rtxnum_t rtx) in xfs_rtx_to_rbmblock()
194 xfs_rtxnum_t rtx) in xfs_rtx_to_rbmword()
207 static inline xfs_rtxnum_t
374 xfs_rtxnum_t ar_startext;
388 int xfs_rtcheck_range(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
389 xfs_rtxlen_t len, int val, xfs_rtxnum_t *new, int *stat);
390 int xfs_rtfind_back(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
[all …]
H A Dxfs_rtgroup.h37 xfs_rtxnum_t rtg_extents;
233 xfs_rtxnum_t rtx) in xfs_rtx_to_rgbno()
288 xfs_rtxnum_t xfs_rtgroup_extents(struct xfs_mount *mp, xfs_rgnumber_t rgno);
H A Dxfs_rtgroup.c52 static xfs_rtxnum_t
61 return rextents - ((xfs_rtxnum_t)rgno * mp->m_sb.sb_rgextents); in __xfs_rtgroup_extents()
67 xfs_rtxnum_t
H A Dxfs_types.h38 typedef uint64_t xfs_rtxnum_t; /* rtextent number */ typedef
/linux/fs/xfs/
H A Dxfs_rtalloc.c141 xfs_rtxnum_t start, /* start rtext to allocate */ in xfs_rtallocate_range()
145 xfs_rtxnum_t end; /* end of the allocated rtext */ in xfs_rtallocate_range()
147 xfs_rtxnum_t postblock = 0; /* first rtext allocated > end */ in xfs_rtallocate_range()
148 xfs_rtxnum_t preblock = 0; /* first rtext allocated < start */ in xfs_rtallocate_range()
226 xfs_rtxnum_t startrtx, in xfs_rtallocate_clamp_len()
249 xfs_rtxnum_t *nextp, /* out: next rtext to try */ in xfs_rtallocate_extent_block()
251 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_block()
254 xfs_rtxnum_t besti = -1; /* best rtext found so far */ in xfs_rtallocate_extent_block()
255 xfs_rtxnum_t end; /* last rtext in chunk */ in xfs_rtallocate_extent_block()
256 xfs_rtxnum_t i; /* current rtext trying */ in xfs_rtallocate_extent_block()
[all …]
H A Dxfs_discard.c437 xfs_rtxnum_t restart_rtx;
440 xfs_rtxnum_t stop_rtx;
557 xfs_rtxnum_t low, in xfs_trim_rtextents()
558 xfs_rtxnum_t high, in xfs_trim_rtextents()
614 xfs_rtxnum_t restart_rtx;
674 xfs_rtxnum_t low, in xfs_trim_rtgroup_extents()
675 xfs_rtxnum_t high, in xfs_trim_rtgroup_extents()
746 xfs_rtxnum_t start_rtx, end_rtx; in xfs_trim_rtdev_extents()
771 xfs_rtxnum_t rtg_end = rtg->rtg_extents; in xfs_trim_rtdev_extents()
H A Dxfs_trace.h2032 TP_PROTO(struct xfs_rtgroup *rtg, xfs_rtxnum_t start,
2034 xfs_rtxlen_t len, xfs_rtxlen_t prod, xfs_rtxnum_t rtx,
2040 __field(xfs_rtxnum_t, start)
2046 __field(xfs_rtxnum_t, rtx)
2074 TP_PROTO(struct xfs_rtgroup *rtg, xfs_rtxnum_t old_rtx,
2075 xfs_rtxlen_t old_len, xfs_rtxnum_t new_rtx,
2081 __field(xfs_rtxnum_t, old_rtx)
2082 __field(xfs_rtxnum_t, new_rtx)
H A Dxfs_fsmap.c759 xfs_rtxnum_t start_rtx, end_rtx; in xfs_getfsmap_rtdev_rtbitmap()
/linux/fs/xfs/scrub/
H A Drtbitmap.c276 xfs_rtxnum_t startext; in xchk_xref_is_used_rt_space()
277 xfs_rtxnum_t endext; in xchk_xref_is_used_rt_space()
H A Dtrace.h1245 TP_PROTO(struct xfs_mount *mp, xfs_rtxnum_t start,
1252 __field(xfs_rtxnum_t, start)
3697 TP_PROTO(struct xfs_mount *mp, xfs_rtxnum_t start, xfs_rtxnum_t end),
3702 __field(xfs_rtxnum_t, start)
3703 __field(xfs_rtxnum_t, end)
3719 TP_PROTO(struct xfs_mount *mp, xfs_rtxnum_t start, \
3720 xfs_rtxnum_t end), \
3753 xfs_rtxnum_t rtx, xfs_rtxnum_t len),
3760 __field(xfs_rtxnum_t, rtx)
3761 __field(xfs_rtxnum_t, len)