Searched refs:xfs_rtblock_t (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.h | 20 static inline xfs_rtblock_t 69 xfs_rtblock_t rtbno) in xfs_rtb_to_rtx() 81 xfs_rtblock_t rtbno) in xfs_rtb_to_rtxoff() 96 xfs_rtblock_t rtbno) in xfs_rtb_to_rtxup() 110 static inline xfs_rtblock_t 113 xfs_rtblock_t rtbno) in xfs_rtb_roundup_rtx() 119 static inline xfs_rtblock_t 122 xfs_rtblock_t rtbno) in xfs_rtb_rounddown_rtx()
|
| A D | xfs_types.h | 33 typedef uint64_t xfs_rtblock_t; /* extent (block) in realtime area */ typedef 52 #define NULLRTBLOCK ((xfs_rtblock_t)-1) 227 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno); 228 bool xfs_verify_rtbext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
|
| A D | xfs_types.c | 144 xfs_rtblock_t rtbno) in xfs_verify_rtbno() 153 xfs_rtblock_t rtbno, in xfs_verify_rtbext()
|
| /linux/fs/xfs/ |
| A D | xfs_discard.c | 429 xfs_rtblock_t minlen_fsb; 440 xfs_rtblock_t bno; 441 xfs_rtblock_t length; 470 xfs_rtblock_t start = NULLRTBLOCK, length = 0; in xfs_discard_rtdev_extents() 516 xfs_rtblock_t rbno, rlen; in xfs_trim_gather_rtextent()
|
| A D | xfs_rtalloc.c | 454 min_t(xfs_rtblock_t, maxlen, in xfs_rtallocate_extent_near() 1266 xfs_rtblock_t bno_hint, in xfs_rtallocate() 1273 xfs_rtblock_t *bno, in xfs_rtallocate() 1416 xfs_rtblock_t bno_hint = NULLRTBLOCK; in xfs_bmap_rtalloc()
|
| A D | xfs_fsmap.c | 721 xfs_rtblock_t rtbno; in xfs_getfsmap_rtdev_rtbitmap_helper() 749 xfs_rtblock_t start_rtb; in xfs_getfsmap_rtdev_rtbitmap() 750 xfs_rtblock_t end_rtb; in xfs_getfsmap_rtdev_rtbitmap()
|
| A D | xfs_trace.h | 2463 xfs_rtblock_t rtbno, xfs_rtblock_t len), 2467 __field(xfs_rtblock_t, rtbno) 2468 __field(xfs_rtblock_t, len) 2484 xfs_rtblock_t rtbno, xfs_rtblock_t len), \
|
| /linux/fs/xfs/scrub/ |
| A D | rtbitmap.c | 82 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() 207 xfs_rtblock_t rtbno, in xchk_xref_is_used_rt_space()
|
| A D | scrub.h | 295 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,
|
| A D | rtsummary.c | 165 xfs_rtblock_t rtbno; in xchk_rtsum_record_free()
|
Completed in 26 milliseconds