Searched refs:xfs_rtblock_t (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.h | 15 xfs_rtblock_t ar_startext; 27 xfs_rtblock_t block, int issum, struct xfs_buf **bpp); 29 xfs_rtblock_t start, xfs_extlen_t len, int val, 30 xfs_rtblock_t *new, int *stat); 32 xfs_rtblock_t start, xfs_rtblock_t limit, 33 xfs_rtblock_t *rtblock); 35 xfs_rtblock_t start, xfs_rtblock_t limit, 36 xfs_rtblock_t *rtblock); 38 xfs_rtblock_t start, xfs_extlen_t len, int val); 40 int log, xfs_rtblock_t bbno, int delta, [all …]
|
H A D | xfs_rtbitmap.c | 58 xfs_rtblock_t block, /* block number in bitmap or summary */ in xfs_rtbuf_get() 98 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back() 99 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_back() 100 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_back() 104 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_back() 108 xfs_rtblock_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back() 109 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_back() 110 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back() 273 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw() 274 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_forw() [all …]
|
H A D | xfs_types.h | 31 typedef uint64_t xfs_rtblock_t; /* extent (block) in realtime area */ typedef 49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) 232 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno); 233 bool xfs_verify_rtext(struct xfs_mount *mp, xfs_rtblock_t rtbno, 234 xfs_rtblock_t len);
|
H A D | xfs_types.c | 144 xfs_rtblock_t rtbno) in xfs_verify_rtbno() 153 xfs_rtblock_t rtbno, in xfs_verify_rtext() 154 xfs_rtblock_t len) in xfs_verify_rtext()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 35 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtget_summary() 53 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtany_summary() 107 xfs_rtblock_t bbno; /* bitmap block number */ in xfs_rtcopy_summary() 146 xfs_rtblock_t start, /* start block to allocate */ in xfs_rtallocate_range() 151 xfs_rtblock_t end; /* end of the allocated extent */ in xfs_rtallocate_range() 153 xfs_rtblock_t postblock = 0; /* first block allocated > end */ in xfs_rtallocate_range() 154 xfs_rtblock_t preblock = 0; /* first block allocated < start */ in xfs_rtallocate_range() 222 xfs_rtblock_t startrtx, in xfs_rtallocate_clamp_len() 242 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtallocate_extent_block() 246 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() [all …]
|
H A D | xfs_rtalloc.h | 27 xfs_rtblock_t bno, /* starting block number to allocate */ 33 xfs_rtblock_t *rtblock); /* out: start block allocated */ 66 xfs_rtblock_t *pick); /* result rt extent */
|
H A D | xfs_fsmap.c | 483 xfs_rtblock_t rtbno; in xfs_getfsmap_rtdev_rtbitmap_helper() 512 xfs_rtblock_t start_rtb; in xfs_getfsmap_rtdev_rtbitmap() 513 xfs_rtblock_t end_rtb; in xfs_getfsmap_rtdev_rtbitmap()
|
H A D | xfs_bmap_util.c | 78 xfs_rtblock_t rtb; in xfs_bmap_rtalloc() 147 xfs_rtblock_t rtx; /* realtime extent no */ in xfs_bmap_rtalloc()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 51 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() 52 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() 69 xfs_rtblock_t off; in xchk_rtbitmap_check_extents() 132 xfs_rtblock_t fsbno, in xchk_xref_is_used_rt_space() 135 xfs_rtblock_t startext; in xchk_xref_is_used_rt_space() 136 xfs_rtblock_t endext; in xchk_xref_is_used_rt_space() 137 xfs_rtblock_t extcount; in xchk_xref_is_used_rt_space()
|
H A D | scrub.h | 199 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,
|
H A D | rtsummary.c | 123 xfs_rtblock_t rtbno; in xchk_rtsum_record_free()
|
H A D | trace.h | 1037 TP_PROTO(struct xfs_mount *mp, xfs_rtblock_t start, 1044 __field(xfs_rtblock_t, start)
|