Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_rtalloc.h20 xfs_rtblock_t ar_startext;
21 xfs_rtblock_t ar_extcount;
42 xfs_rtblock_t bno, /* starting block number to allocate */
48 xfs_rtblock_t *rtblock); /* out: start block allocated */
57 xfs_rtblock_t bno, /* starting block number to free */
90 xfs_rtblock_t *pick); /* result rt extent */
104 xfs_rtblock_t block, int issum, struct xfs_buf **bpp);
106 xfs_rtblock_t start, xfs_extlen_t len, int val,
107 xfs_rtblock_t *new, int *stat);
109 xfs_rtblock_t start, xfs_rtblock_t limit,
[all …]
Dxfs_rtalloc.c40 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtget_summary()
58 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtany_summary()
104 xfs_rtblock_t bbno; /* bitmap block number */ in xfs_rtcopy_summary()
143 xfs_rtblock_t start, /* start block to allocate */ in xfs_rtallocate_range()
148 xfs_rtblock_t end; /* end of the allocated extent */ in xfs_rtallocate_range()
150 xfs_rtblock_t postblock = 0; /* first block allocated > end */ in xfs_rtallocate_range()
151 xfs_rtblock_t preblock = 0; /* first block allocated < start */ in xfs_rtallocate_range()
222 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtallocate_extent_block()
226 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block()
230 xfs_rtblock_t *rtblock) /* out: start block allocated */ in xfs_rtallocate_extent_block()
[all …]
Dxfs_bmap_util.c86 xfs_rtblock_t rtb; in xfs_bmap_rtalloc()
133 xfs_rtblock_t rtx; /* realtime extent no */ in xfs_bmap_rtalloc()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rtbitmap.c65 xfs_rtblock_t block, /* block number in bitmap or summary */ in xfs_rtbuf_get()
105 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back()
106 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_back()
107 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_back()
111 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_back()
115 xfs_rtblock_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back()
116 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_back()
117 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back()
280 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
281 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_forw()
[all …]
Dxfs_types.h31 typedef uint64_t xfs_rtblock_t; /* extent (block) in realtime area */ typedef
49 #define NULLRTBLOCK ((xfs_rtblock_t)-1)
167 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
Dxfs_types.c170 xfs_rtblock_t rtbno) in xfs_verify_rtbno()
Dxfs_format.h101 xfs_rtblock_t sb_rextents; /* number of realtime extents */
/linux-4.19.296/fs/xfs/scrub/
Drtbitmap.c55 xfs_rtblock_t startblock; in xchk_rtbitmap_rec()
56 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec()
129 xfs_rtblock_t fsbno, in xchk_xref_is_used_rt_space()
132 xfs_rtblock_t startext; in xchk_xref_is_used_rt_space()
133 xfs_rtblock_t endext; in xchk_xref_is_used_rt_space()
134 xfs_rtblock_t extcount; in xchk_xref_is_used_rt_space()
Dscrub.h135 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,