Home
last modified time | relevance | path

Searched refs:xbitmap (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dbitmap.h15 struct xbitmap { struct
19 void xbitmap_init(struct xbitmap *bitmap);
20 void xbitmap_destroy(struct xbitmap *bitmap);
29 int xbitmap_set(struct xbitmap *bitmap, uint64_t start, uint64_t len);
30 int xbitmap_disunion(struct xbitmap *bitmap, struct xbitmap *sub);
31 int xbitmap_set_btcur_path(struct xbitmap *bitmap,
33 int xbitmap_set_btblocks(struct xbitmap *bitmap,
35 uint64_t xbitmap_hweight(struct xbitmap *bitmap);
H A Dbitmap.c22 struct xbitmap *bitmap, in xbitmap_set()
43 struct xbitmap *bitmap) in xbitmap_destroy()
57 struct xbitmap *bitmap) in xbitmap_init()
100 struct xbitmap *bitmap, in xbitmap_disunion()
101 struct xbitmap *sub) in xbitmap_disunion()
251 struct xbitmap *bitmap, in xbitmap_set_btcur_path()
279 struct xbitmap *bitmap = priv; in xbitmap_collect_btblock()
294 struct xbitmap *bitmap, in xbitmap_set_btblocks()
304 struct xbitmap *bitmap) in xbitmap_hweight()
H A Drepair.h33 struct xbitmap;
36 int xrep_invalidate_blocks(struct xfs_scrub *sc, struct xbitmap *btlist);
37 int xrep_reap_extents(struct xfs_scrub *sc, struct xbitmap *exlist,
H A Dagheader_repair.c432 struct xbitmap agmetablocks;
435 struct xbitmap *freesp;
479 struct xbitmap *agfl_extents, in xrep_agfl_collect_blocks()
568 struct xbitmap *agfl_extents, in xrep_agfl_init_header()
632 struct xbitmap agfl_extents; in xrep_agfl()
H A Drepair.c439 struct xbitmap *bitmap) in xrep_invalidate_blocks()
600 struct xbitmap *bitmap, in xrep_reap_extents()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dbitmap.h9 struct xbitmap { struct
13 void xbitmap_init(struct xbitmap *bitmap);
14 void xbitmap_destroy(struct xbitmap *bitmap);
16 int xbitmap_clear(struct xbitmap *bitmap, uint64_t start, uint64_t len);
17 int xbitmap_set(struct xbitmap *bitmap, uint64_t start, uint64_t len);
18 int xbitmap_disunion(struct xbitmap *bitmap, struct xbitmap *sub);
19 uint64_t xbitmap_hweight(struct xbitmap *bitmap);
29 int xbitmap_walk(struct xbitmap *bitmap, xbitmap_walk_fn fn,
32 bool xbitmap_empty(struct xbitmap *bitma
[all...]
H A Dbitmap.c69 struct xbitmap *bitmap, in xbitmap_clear()
118 struct xbitmap *bitmap, in xbitmap_set()
178 struct xbitmap *bitmap) in xbitmap_destroy()
191 struct xbitmap *bitmap) in xbitmap_init()
212 struct xbitmap *bitmap, in xbitmap_disunion()
213 struct xbitmap *sub) in xbitmap_disunion()
323 struct xbitmap *bitmap) in xbitmap_hweight()
337 struct xbitmap *bitmap, in xbitmap_walk()
356 struct xbitmap *bitmap) in xbitmap_empty()
364 struct xbitmap *bitma in xbitmap_test()
[all...]
H A Drepair.h38 struct xbitmap;

Completed in 7 milliseconds