Searched refs:xfs_rtblock_t (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 196 static inline xfs_rtblock_t 207 xfs_rtblock_t rtbno) in xfs_rtb_to_rgno() 215 xfs_rtblock_t rtbno) in xfs_rtb_to_rgbno() 224 xfs_rtblock_t rtbno) in xfs_rtbno_is_group_start() 245 xfs_rtblock_t rtbno) in xfs_rtb_to_daddr() 252 rtbno = (xfs_rtblock_t)rgno * g->blocks + (rtbno & g->blkmask); in xfs_rtb_to_daddr() 258 static inline xfs_rtblock_t 272 return ((xfs_rtblock_t)rgno << g->blklog) + rgbno; in xfs_daddr_to_rtb()
|
| H A D | xfs_types.h | 35 typedef uint64_t xfs_rtblock_t; /* extent (block) in realtime area */ typedef 54 #define NULLRTBLOCK ((xfs_rtblock_t)-1) 276 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno); 277 bool xfs_verify_rtbext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
|
| H A D | xfs_rtbitmap.h | 23 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
|
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap.c | 97 xfs_rtblock_t startblock, in xchk_rtbitmap_xref() 98 xfs_rtblock_t blockcount) in xchk_rtbitmap_xref() 128 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() 272 xfs_rtblock_t rtbno, in xchk_xref_is_used_rt_space()
|
| H A D | rtb_bitmap.h | 26 xfs_rtblock_t start, xfs_filblks_t len) in xrtb_bitmap_set()
|
| H A D | scrub.h | 326 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,
|
| H A D | rtsummary.c | 172 xfs_rtblock_t rtbno; in xchk_rtsum_record_free()
|
| H A D | rtrefcount.c | 431 xfs_rtblock_t bno) in xchk_rtrefcountbt_xref_gaps()
|
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 434 xfs_rtblock_t minlen_fsb; 445 xfs_rtblock_t bno; 446 xfs_rtblock_t length; 475 xfs_rtblock_t start = NULLRTBLOCK, length = 0; in xfs_discard_rtdev_extents() 519 xfs_rtblock_t rbno, rlen; in xfs_trim_gather_rtextent() 611 xfs_rtblock_t minlen_fsb; 745 xfs_rtblock_t start_rtbno, end_rtbno; in xfs_trim_rtdev_extents()
|
| H A D | xfs_rtalloc.h | 77 bool wasdel, bool initial_user_data, xfs_rtblock_t *bno,
|
| H A D | xfs_fsmap.c | 727 xfs_rtblock_t start_rtb = in xfs_getfsmap_rtdev_rtbitmap_helper() 758 xfs_rtblock_t start_rtbno, end_rtbno; in xfs_getfsmap_rtdev_rtbitmap() 884 xfs_rtblock_t start_rtb; in xfs_getfsmap_rtdev_rmapbt() 885 xfs_rtblock_t end_rtb; in xfs_getfsmap_rtdev_rmapbt()
|
| H A D | xfs_rtalloc.c | 464 min_t(xfs_rtblock_t, maxlen, in xfs_rtallocate_extent_near() 1924 xfs_rtblock_t bno_hint, in xfs_rtallocate_rtg() 1931 xfs_rtblock_t *bno, in xfs_rtallocate_rtg() 2044 xfs_rtblock_t *bno, in xfs_rtallocate_rtgs() 2162 xfs_rtblock_t bno_hint = NULLRTBLOCK; in xfs_bmap_rtalloc()
|
| H A D | xfs_trace.h | 2869 xfs_rtblock_t rtbno, xfs_rtblock_t len), 2873 __field(xfs_rtblock_t, rtbno) 2874 __field(xfs_rtblock_t, len) 2890 xfs_rtblock_t rtbno, xfs_rtblock_t len), \
|