Home
last modified time | relevance | path

Searched refs:xfs_rtblock_t (Results 1 – 18 of 18) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h173 static inline xfs_rtblock_t
184 xfs_rtblock_t rtbno) in xfs_rtb_to_rgno()
192 xfs_rtblock_t rtbno) in xfs_rtb_to_rgbno()
201 xfs_rtblock_t rtbno) in xfs_rtbno_is_group_start()
222 xfs_rtblock_t rtbno) in xfs_rtb_to_daddr()
226 uint64_t start_bno = (xfs_rtblock_t)rgno * g->blocks; in xfs_rtb_to_daddr()
231 static inline xfs_rtblock_t
244 return ((xfs_rtblock_t)rgno << g->blklog) + rgbno; in xfs_daddr_to_rtb()
H A Dxfs_types.h35 typedef uint64_t xfs_rtblock_t; /* extent (block) in realtime area */ typedef
54 #define NULLRTBLOCK ((xfs_rtblock_t)-1)
248 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
249 bool xfs_verify_rtbext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
H A Dxfs_rtbitmap.h23 static inline xfs_rtblock_t
29 xfs_rtblock_t start = xfs_group_start_fsb(rtg_group(rtg)); in xfs_rtx_to_rtb()
129 xfs_rtblock_t rtbno) in xfs_rtb_to_rtx()
151 xfs_rtblock_t rtbno) in xfs_rtb_to_rtxoff()
161 static inline xfs_rtblock_t
170 static inline xfs_rtblock_t
H A Dxfs_rtrefcount_btree.c558 xfs_rtblock_t rtblocks) in xfs_rtrefcountbt_max_size()
H A Dxfs_rtrmap_btree.c818 xfs_rtblock_t rtblocks) in xfs_rtrmapbt_max_size()
/linux/fs/xfs/scrub/
H A Drtbitmap.c96 xfs_rtblock_t startblock, in xchk_rtbitmap_xref()
97 xfs_rtblock_t blockcount) in xchk_rtbitmap_xref()
127 xfs_rtblock_t startblock; in xchk_rtbitmap_rec()
271 xfs_rtblock_t rtbno, in xchk_xref_is_used_rt_space()
H A Drtb_bitmap.h26 xfs_rtblock_t start, xfs_filblks_t len) in xrtb_bitmap_set()
H A Dscrub.h326 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,
H A Drtrmap.c100 xfs_rtblock_t pnext, inext; in xchk_rtrmapbt_check_overlapping()
H A Drtsummary.c176 xfs_rtblock_t rtbno; in xchk_rtsum_record_free()
H A Drtbitmap_repair.c240 xfs_rtblock_t len = nextrtx - startrtx; in xrep_rtbitmap_mark_free()
H A Drtrefcount.c432 xfs_rtblock_t bno) in xchk_rtrefcountbt_xref_gaps()
H A Dreap.c756 xfs_rtblock_t rtbno; in xreap_rgextent_iter()
/linux/fs/xfs/
H A Dxfs_discard.c449 xfs_rtblock_t minlen_fsb;
460 xfs_rtblock_t bno;
461 xfs_rtblock_t length;
490 xfs_rtblock_t start = NULLRTBLOCK, length = 0; in xfs_discard_rtdev_extents()
536 xfs_rtblock_t rbno, rlen; in xfs_trim_gather_rtextent()
630 xfs_rtblock_t minlen_fsb;
766 xfs_rtblock_t start_rtbno, end_rtbno; in xfs_trim_rtdev_extents()
H A Dxfs_rtalloc.h82 bool wasdel, bool initial_user_data, xfs_rtblock_t *bno,
H A Dxfs_fsmap.c727 xfs_rtblock_t start_rtb = in xfs_getfsmap_rtdev_rtbitmap_helper()
758 xfs_rtblock_t start_rtbno, end_rtbno; in xfs_getfsmap_rtdev_rtbitmap()
882 xfs_rtblock_t start_rtb; in xfs_getfsmap_rtdev_rmapbt()
883 xfs_rtblock_t end_rtb; in xfs_getfsmap_rtdev_rmapbt()
H A Dxfs_rtalloc.c460 min_t(xfs_rtblock_t, maxlen, in xfs_rtallocate_extent_near()
1853 xfs_rtblock_t bno_hint, in xfs_rtallocate_rtg()
1860 xfs_rtblock_t *bno, in xfs_rtallocate_rtg()
1973 xfs_rtblock_t *bno, in xfs_rtallocate_rtgs()
2091 xfs_rtblock_t bno_hint = NULLRTBLOCK; in xfs_bmap_rtalloc()
H A Dxfs_trace.h2600 xfs_rtblock_t rtbno, xfs_rtblock_t len),
2604 __field(xfs_rtblock_t, rtbno)
2605 __field(xfs_rtblock_t, len)
2621 xfs_rtblock_t rtbno, xfs_rtblock_t len), \