Symbol: xfs_rtxnum_t
fs/xfs/libxfs/xfs_rtbitmap.c
1030
xfs_rtxnum_t start, /* starting rtext number of extent */
fs/xfs/libxfs/xfs_rtbitmap.c
1033
xfs_rtxnum_t new; /* dummy for xfs_rtcheck_range */
fs/xfs/libxfs/xfs_rtbitmap.c
1054
xfs_rtxnum_t start, /* starting rtext number to free */
fs/xfs/libxfs/xfs_rtbitmap.c
1158
xfs_rtxnum_t start,
fs/xfs/libxfs/xfs_rtbitmap.c
1159
xfs_rtxnum_t end,
fs/xfs/libxfs/xfs_rtbitmap.c
1185
xfs_rtxnum_t rtend;
fs/xfs/libxfs/xfs_rtbitmap.c
1231
xfs_rtxnum_t start,
fs/xfs/libxfs/xfs_rtbitmap.c
1240
xfs_rtxnum_t end;
fs/xfs/libxfs/xfs_rtbitmap.c
1254
xfs_rtxnum_t
fs/xfs/libxfs/xfs_rtbitmap.c
267
xfs_rtxnum_t start, /* starting rtext to look at */
fs/xfs/libxfs/xfs_rtbitmap.c
268
xfs_rtxnum_t *rtx) /* out: start rtext found */
fs/xfs/libxfs/xfs_rtbitmap.c
274
xfs_rtxnum_t firstbit; /* first useful bit in the word */
fs/xfs/libxfs/xfs_rtbitmap.c
275
xfs_rtxnum_t i; /* current bit number rel. to start */
fs/xfs/libxfs/xfs_rtbitmap.c
276
xfs_rtxnum_t len; /* length of inspected area */
fs/xfs/libxfs/xfs_rtbitmap.c
420
xfs_rtxnum_t start, /* starting rtext to look at */
fs/xfs/libxfs/xfs_rtbitmap.c
421
xfs_rtxnum_t limit, /* last rtext to look at */
fs/xfs/libxfs/xfs_rtbitmap.c
422
xfs_rtxnum_t *rtx) /* out: start rtext found */
fs/xfs/libxfs/xfs_rtbitmap.c
428
xfs_rtxnum_t i; /* current bit number rel. to start */
fs/xfs/libxfs/xfs_rtbitmap.c
429
xfs_rtxnum_t lastbit;/* last useful bit in the word */
fs/xfs/libxfs/xfs_rtbitmap.c
430
xfs_rtxnum_t len; /* length of inspected area */
fs/xfs/libxfs/xfs_rtbitmap.c
661
xfs_rtxnum_t start, /* starting rtext to modify */
fs/xfs/libxfs/xfs_rtbitmap.c
800
xfs_rtxnum_t start, /* starting rtext to free */
fs/xfs/libxfs/xfs_rtbitmap.c
804
xfs_rtxnum_t end; /* end of the freed extent */
fs/xfs/libxfs/xfs_rtbitmap.c
806
xfs_rtxnum_t postblock; /* first rtext freed > end */
fs/xfs/libxfs/xfs_rtbitmap.c
807
xfs_rtxnum_t preblock; /* first rtext freed < start */
fs/xfs/libxfs/xfs_rtbitmap.c
873
xfs_rtxnum_t start, /* starting rtext number of extent */
fs/xfs/libxfs/xfs_rtbitmap.c
876
xfs_rtxnum_t *new, /* out: first rtext not matching */
fs/xfs/libxfs/xfs_rtbitmap.c
883
xfs_rtxnum_t i; /* current bit number rel. to start */
fs/xfs/libxfs/xfs_rtbitmap.c
884
xfs_rtxnum_t lastbit; /* last useful bit in word */
fs/xfs/libxfs/xfs_rtbitmap.h
126
static inline xfs_rtxnum_t
fs/xfs/libxfs/xfs_rtbitmap.h
182
xfs_rtxnum_t rtx)
fs/xfs/libxfs/xfs_rtbitmap.h
194
xfs_rtxnum_t rtx)
fs/xfs/libxfs/xfs_rtbitmap.h
207
static inline xfs_rtxnum_t
fs/xfs/libxfs/xfs_rtbitmap.h
26
xfs_rtxnum_t rtx)
fs/xfs/libxfs/xfs_rtbitmap.h
37
static inline xfs_rtxnum_t
fs/xfs/libxfs/xfs_rtbitmap.h
374
xfs_rtxnum_t ar_startext;
fs/xfs/libxfs/xfs_rtbitmap.h
388
int xfs_rtcheck_range(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
fs/xfs/libxfs/xfs_rtbitmap.h
389
xfs_rtxlen_t len, int val, xfs_rtxnum_t *new, int *stat);
fs/xfs/libxfs/xfs_rtbitmap.h
390
int xfs_rtfind_back(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
fs/xfs/libxfs/xfs_rtbitmap.h
391
xfs_rtxnum_t *rtblock);
fs/xfs/libxfs/xfs_rtbitmap.h
392
int xfs_rtfind_forw(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
fs/xfs/libxfs/xfs_rtbitmap.h
393
xfs_rtxnum_t limit, xfs_rtxnum_t *rtblock);
fs/xfs/libxfs/xfs_rtbitmap.h
394
int xfs_rtmodify_range(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
fs/xfs/libxfs/xfs_rtbitmap.h
400
int xfs_rtfree_range(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
fs/xfs/libxfs/xfs_rtbitmap.h
403
xfs_rtxnum_t start, xfs_rtxnum_t end,
fs/xfs/libxfs/xfs_rtbitmap.h
408
xfs_rtxnum_t start, xfs_rtxlen_t len, bool *is_free);
fs/xfs/libxfs/xfs_rtbitmap.h
410
xfs_rtxnum_t start, xfs_rtxlen_t len);
fs/xfs/libxfs/xfs_rtbitmap.h
415
xfs_rtxnum_t xfs_rtbitmap_rtx_per_rbmblock(struct xfs_mount *mp);
fs/xfs/libxfs/xfs_rtgroup.c
52
static xfs_rtxnum_t
fs/xfs/libxfs/xfs_rtgroup.c
61
return rextents - ((xfs_rtxnum_t)rgno * mp->m_sb.sb_rgextents);
fs/xfs/libxfs/xfs_rtgroup.c
67
xfs_rtxnum_t
fs/xfs/libxfs/xfs_rtgroup.h
233
xfs_rtxnum_t rtx)
fs/xfs/libxfs/xfs_rtgroup.h
288
xfs_rtxnum_t xfs_rtgroup_extents(struct xfs_mount *mp, xfs_rgnumber_t rgno);
fs/xfs/libxfs/xfs_rtgroup.h
37
xfs_rtxnum_t rtg_extents;
fs/xfs/libxfs/xfs_types.c
151
xfs_rtxnum_t rtx = xfs_rtb_to_rtx(mp, rtbno);
fs/xfs/scrub/repair.c
1051
xfs_rtxnum_t startrtx;
fs/xfs/scrub/repair.c
1052
xfs_rtxnum_t endrtx;
fs/xfs/scrub/rtbitmap.c
276
xfs_rtxnum_t startext;
fs/xfs/scrub/rtbitmap.c
277
xfs_rtxnum_t endext;
fs/xfs/scrub/rtbitmap_repair.c
187
xfs_rtxnum_t startrtx;
fs/xfs/scrub/rtbitmap_repair.c
188
xfs_rtxnum_t nextrtx;
fs/xfs/scrub/rtbitmap_repair.c
83
xfs_rtxnum_t rtx)
fs/xfs/scrub/trace.h
1245
TP_PROTO(struct xfs_mount *mp, xfs_rtxnum_t start,
fs/xfs/scrub/trace.h
1252
__field(xfs_rtxnum_t, start)
fs/xfs/scrub/trace.h
3662
TP_PROTO(struct xfs_mount *mp, xfs_rtxnum_t start, xfs_rtxnum_t end),
fs/xfs/scrub/trace.h
3667
__field(xfs_rtxnum_t, start)
fs/xfs/scrub/trace.h
3668
__field(xfs_rtxnum_t, end)
fs/xfs/scrub/trace.h
3684
TP_PROTO(struct xfs_mount *mp, xfs_rtxnum_t start, \
fs/xfs/scrub/trace.h
3685
xfs_rtxnum_t end), \
fs/xfs/scrub/trace.h
3718
xfs_rtxnum_t rtx, xfs_rtxnum_t len),
fs/xfs/scrub/trace.h
3725
__field(xfs_rtxnum_t, rtx)
fs/xfs/scrub/trace.h
3726
__field(xfs_rtxnum_t, len)
fs/xfs/xfs_discard.c
437
xfs_rtxnum_t restart_rtx;
fs/xfs/xfs_discard.c
440
xfs_rtxnum_t stop_rtx;
fs/xfs/xfs_discard.c
557
xfs_rtxnum_t low,
fs/xfs/xfs_discard.c
558
xfs_rtxnum_t high,
fs/xfs/xfs_discard.c
614
xfs_rtxnum_t restart_rtx;
fs/xfs/xfs_discard.c
674
xfs_rtxnum_t low,
fs/xfs/xfs_discard.c
675
xfs_rtxnum_t high,
fs/xfs/xfs_discard.c
746
xfs_rtxnum_t start_rtx, end_rtx;
fs/xfs/xfs_discard.c
771
xfs_rtxnum_t rtg_end = rtg->rtg_extents;
fs/xfs/xfs_fsmap.c
759
xfs_rtxnum_t start_rtx, end_rtx;
fs/xfs/xfs_rtalloc.c
1092
static xfs_rtxnum_t
fs/xfs/xfs_rtalloc.c
1097
((xfs_rtxnum_t)(mp->m_sb.sb_rgcount - 1) *
fs/xfs/xfs_rtalloc.c
1127
xfs_rtxnum_t nrext = xfs_last_rtgroup_extents(mp);
fs/xfs/xfs_rtalloc.c
141
xfs_rtxnum_t start, /* start rtext to allocate */
fs/xfs/xfs_rtalloc.c
145
xfs_rtxnum_t end; /* end of the allocated rtext */
fs/xfs/xfs_rtalloc.c
147
xfs_rtxnum_t postblock = 0; /* first rtext allocated > end */
fs/xfs/xfs_rtalloc.c
148
xfs_rtxnum_t preblock = 0; /* first rtext allocated < start */
fs/xfs/xfs_rtalloc.c
1752
static xfs_rtxnum_t
fs/xfs/xfs_rtalloc.c
1760
xfs_rtxnum_t b = 0; /* result rtext */
fs/xfs/xfs_rtalloc.c
1824
xfs_rtxnum_t start,
fs/xfs/xfs_rtalloc.c
1829
xfs_rtxnum_t rtx,
fs/xfs/xfs_rtalloc.c
1831
xfs_rtxnum_t *resrtx,
fs/xfs/xfs_rtalloc.c
1882
xfs_rtxnum_t start,
fs/xfs/xfs_rtalloc.c
1887
xfs_rtxnum_t *rtx)
fs/xfs/xfs_rtalloc.c
1889
xfs_rtxnum_t resrtx;
fs/xfs/xfs_rtalloc.c
1946
xfs_rtxnum_t start = 0;
fs/xfs/xfs_rtalloc.c
1947
xfs_rtxnum_t rtx;
fs/xfs/xfs_rtalloc.c
226
xfs_rtxnum_t startrtx,
fs/xfs/xfs_rtalloc.c
249
xfs_rtxnum_t *nextp, /* out: next rtext to try */
fs/xfs/xfs_rtalloc.c
251
xfs_rtxnum_t *rtx) /* out: start rtext allocated */
fs/xfs/xfs_rtalloc.c
254
xfs_rtxnum_t besti = -1; /* best rtext found so far */
fs/xfs/xfs_rtalloc.c
255
xfs_rtxnum_t end; /* last rtext in chunk */
fs/xfs/xfs_rtalloc.c
256
xfs_rtxnum_t i; /* current rtext trying */
fs/xfs/xfs_rtalloc.c
257
xfs_rtxnum_t next; /* next rtext to try */
fs/xfs/xfs_rtalloc.c
298
xfs_rtxnum_t thislen; /* this extent size */
fs/xfs/xfs_rtalloc.c
349
xfs_rtxnum_t start, /* starting rtext number to allocate */
fs/xfs/xfs_rtalloc.c
354
xfs_rtxnum_t *rtx) /* out: start rtext allocated */
fs/xfs/xfs_rtalloc.c
356
xfs_rtxnum_t next; /* next rtext to try (dummy) */
fs/xfs/xfs_rtalloc.c
407
xfs_rtxnum_t start, /* starting rtext number to allocate */
fs/xfs/xfs_rtalloc.c
412
xfs_rtxnum_t *rtx) /* out: start rtext allocated */
fs/xfs/xfs_rtalloc.c
421
xfs_rtxnum_t n; /* next rtext to try */
fs/xfs/xfs_rtalloc.c
559
xfs_rtxnum_t *rtx) /* out: start rtext allocated */
fs/xfs/xfs_rtalloc.c
566
xfs_rtxnum_t n; /* next rtext to be tried */
fs/xfs/xfs_rtalloc.c
609
xfs_rtxnum_t *rtx) /* out: start rtext allocated */
fs/xfs/xfs_rtalloc.c
784
xfs_rtxnum_t start_rtx = 0, end_rtx;
fs/xfs/xfs_trace.h
2034
TP_PROTO(struct xfs_rtgroup *rtg, xfs_rtxnum_t start,
fs/xfs/xfs_trace.h
2036
xfs_rtxlen_t len, xfs_rtxlen_t prod, xfs_rtxnum_t rtx,
fs/xfs/xfs_trace.h
2042
__field(xfs_rtxnum_t, start)
fs/xfs/xfs_trace.h
2048
__field(xfs_rtxnum_t, rtx)
fs/xfs/xfs_trace.h
2076
TP_PROTO(struct xfs_rtgroup *rtg, xfs_rtxnum_t old_rtx,
fs/xfs/xfs_trace.h
2077
xfs_rtxlen_t old_len, xfs_rtxnum_t new_rtx,
fs/xfs/xfs_trace.h
2083
__field(xfs_rtxnum_t, old_rtx)
fs/xfs/xfs_trace.h
2084
__field(xfs_rtxnum_t, new_rtx)