Home
last modified time | relevance | path

Searched refs:xrtb_bitmap (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/scrub/
H A Drtb_bitmap.h11 struct xrtb_bitmap { struct
15 static inline void xrtb_bitmap_init(struct xrtb_bitmap *bitmap) in xrtb_bitmap_init() argument
20 static inline void xrtb_bitmap_destroy(struct xrtb_bitmap *bitmap) in xrtb_bitmap_destroy()
25 static inline int xrtb_bitmap_set(struct xrtb_bitmap *bitmap, in xrtb_bitmap_set()
31 static inline int xrtb_bitmap_walk(struct xrtb_bitmap *bitmap, in xrtb_bitmap_walk()
H A Dreap.h21 int xrep_reap_rtblocks(struct xfs_scrub *sc, struct xrtb_bitmap *bitmap,
H A Drepair.h55 struct xrtb_bitmap;
H A Dcow_repair.c70 struct xrtb_bitmap old_cowfork_rtblocks;
H A Dreap.c882 struct xrtb_bitmap *bitmap, in xrep_reap_rtblocks()