Home
last modified time | relevance | path

Searched refs:xfsb_bitmap (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dfsb_bitmap.h11 struct xfsb_bitmap { struct
15 static inline void xfsb_bitmap_init(struct xfsb_bitmap *bitmap) in xfsb_bitmap_init() argument
20 static inline void xfsb_bitmap_destroy(struct xfsb_bitmap *bitmap) in xfsb_bitmap_destroy()
25 static inline int xfsb_bitmap_set(struct xfsb_bitmap *bitmap, in xfsb_bitmap_set()
31 static inline int xfsb_bitmap_walk(struct xfsb_bitmap *bitmap, in xfsb_bitmap_walk()
Dreap.h10 struct xfsb_bitmap;
14 int xrep_reap_fsblocks(struct xfs_scrub *sc, struct xfsb_bitmap *bitmap,
Drepair.h52 struct xfsb_bitmap;
Dcow_repair.c64 struct xfsb_bitmap old_cowfork_fsblocks;
Dbmap_repair.c62 struct xfsb_bitmap old_bmbt_blocks;
Dreap.c656 struct xfsb_bitmap *bitmap, in xrep_reap_fsblocks()