Searched refs:xfs_rtblock_t (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_rtalloc.h | 20 xfs_rtblock_t ar_startext; 21 xfs_rtblock_t ar_extcount; 43 xfs_rtblock_t bno, /* starting block number to allocate */ 49 xfs_rtblock_t *rtblock); /* out: start block allocated */ 58 xfs_rtblock_t bno, /* starting block number to free */ 95 xfs_rtblock_t *pick); /* result rt extent */ 109 xfs_rtblock_t block, int issum, struct xfs_buf **bpp); 111 xfs_rtblock_t start, xfs_extlen_t len, int val, 112 xfs_rtblock_t *new, int *stat); 114 xfs_rtblock_t start, xfs_rtblock_t limit, [all …]
|
D | xfs_rtalloc.c | 34 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtget_summary() 52 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtany_summary() 106 xfs_rtblock_t bbno; /* bitmap block number */ in xfs_rtcopy_summary() 145 xfs_rtblock_t start, /* start block to allocate */ in xfs_rtallocate_range() 150 xfs_rtblock_t end; /* end of the allocated extent */ in xfs_rtallocate_range() 152 xfs_rtblock_t postblock = 0; /* first block allocated > end */ in xfs_rtallocate_range() 153 xfs_rtblock_t preblock = 0; /* first block allocated < start */ in xfs_rtallocate_range() 221 xfs_rtblock_t startrtx, in xfs_rtallocate_clamp_len() 241 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtallocate_extent_block() 245 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() [all …]
|
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()
|
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()
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 57 xfs_rtblock_t block, /* block number in bitmap or summary */ in xfs_rtbuf_get() 97 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back() 98 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_back() 99 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_back() 103 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_back() 107 xfs_rtblock_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back() 108 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_back() 109 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back() 272 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw() 273 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_forw() [all …]
|
D | xfs_types.h | 31 typedef uint64_t xfs_rtblock_t; /* extent (block) in realtime area */ typedef 48 #define NULLRTBLOCK ((xfs_rtblock_t)-1) 231 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno); 232 bool xfs_verify_rtext(struct xfs_mount *mp, xfs_rtblock_t rtbno, 233 xfs_rtblock_t len);
|
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()
|
D | xfs_format.h | 101 xfs_rtblock_t sb_rextents; /* number of realtime extents */
|
/linux-6.6.21/fs/xfs/scrub/ |
D | rtbitmap.c | 50 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() 51 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() 68 xfs_rtblock_t off; in xchk_rtbitmap_check_extents() 131 xfs_rtblock_t fsbno, in xchk_xref_is_used_rt_space() 134 xfs_rtblock_t startext; in xchk_xref_is_used_rt_space() 135 xfs_rtblock_t endext; in xchk_xref_is_used_rt_space() 136 xfs_rtblock_t extcount; in xchk_xref_is_used_rt_space()
|
D | scrub.h | 192 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,
|
D | rtsummary.c | 122 xfs_rtblock_t rtbno; in xchk_rtsum_record_free()
|
D | trace.h | 1039 TP_PROTO(struct xfs_mount *mp, xfs_rtblock_t start, 1045 __field(xfs_rtblock_t, start)
|