Searched refs:xagb_bitmap (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | agb_bitmap.h | 11 struct xagb_bitmap { struct 15 static inline void xagb_bitmap_init(struct xagb_bitmap *bitmap) in xagb_bitmap_init() argument 20 static inline void xagb_bitmap_destroy(struct xagb_bitmap *bitmap) in xagb_bitmap_destroy() 25 static inline int xagb_bitmap_clear(struct xagb_bitmap *bitmap, in xagb_bitmap_clear() 30 static inline int xagb_bitmap_set(struct xagb_bitmap *bitmap, in xagb_bitmap_set() 36 static inline bool xagb_bitmap_test(struct xagb_bitmap *bitmap, in xagb_bitmap_test() 42 static inline int xagb_bitmap_disunion(struct xagb_bitmap *bitmap, in xagb_bitmap_disunion() 43 struct xagb_bitmap *sub) in xagb_bitmap_disunion() 48 static inline uint32_t xagb_bitmap_hweight(struct xagb_bitmap *bitmap) in xagb_bitmap_hweight() 52 static inline bool xagb_bitmap_empty(struct xagb_bitmap *bitmap) in xagb_bitmap_empty() [all …]
|
D | agb_bitmap.c | 58 struct xagb_bitmap *bitmap = priv; in xagb_bitmap_visit_btblock() 76 struct xagb_bitmap *bitmap, in xagb_bitmap_set_btblocks() 90 struct xagb_bitmap *bitmap, in xagb_bitmap_set_btcur_path()
|
D | reap.h | 9 struct xagb_bitmap; 12 int xrep_reap_agblocks(struct xfs_scrub *sc, struct xagb_bitmap *bitmap,
|
D | rmap.c | 68 struct xagb_bitmap fs_owned; 69 struct xagb_bitmap log_owned; 70 struct xagb_bitmap ag_owned; 71 struct xagb_bitmap inobt_owned; 72 struct xagb_bitmap refcbt_owned; 288 struct xagb_bitmap *bmp = NULL; in xchk_rmapbt_mark_bitmap() 381 struct xagb_bitmap *bitmap = priv; in xchk_rmapbt_walk_agfl()
|
D | rmap_repair.c | 283 struct xagb_bitmap *bitmap, in xrep_rmap_stash_bitmap() 311 struct xagb_bitmap bmbt_blocks; 598 struct xagb_bitmap inobt_blocks; /* INOBIT */ 599 struct xagb_bitmap ichunk_blocks; /* ICHUNKBIT */ 724 struct xagb_bitmap *bitmap = priv; in xrep_rmap_walk_cowblocks() 741 struct xagb_bitmap refcountbt_blocks; /* REFCBIT */ in xrep_rmap_find_refcount_rmaps() 742 struct xagb_bitmap cow_blocks; /* COWBIT */ in xrep_rmap_find_refcount_rmaps() 946 struct xagb_bitmap *bitmap; 973 struct xagb_bitmap *freesp_blocks, in xrep_rmap_try_reserve() 1074 struct xagb_bitmap freesp_blocks; /* AGBIT */ in xrep_rmap_reserve_space() [all …]
|
D | agheader_repair.c | 450 struct xagb_bitmap crossed; 453 struct xagb_bitmap agmetablocks; 456 struct xagb_bitmap *freesp; 534 struct xagb_bitmap *agfl_extents, in xrep_agfl_collect_blocks() 631 struct xagb_bitmap used_extents; 670 struct xagb_bitmap *agfl_extents, in xrep_agfl_init_header() 717 struct xagb_bitmap agfl_extents; in xrep_agfl()
|
D | repair.h | 51 struct xagb_bitmap;
|
D | alloc_repair.c | 92 struct xagb_bitmap not_allocbt_blocks; 95 struct xagb_bitmap old_allocbt_blocks;
|
D | refcount_repair.c | 110 struct xagb_bitmap old_refcountbt_blocks;
|
D | ialloc_repair.c | 107 struct xagb_bitmap old_iallocbt_blocks;
|
D | reap.c | 543 struct xagb_bitmap *bitmap, in xrep_reap_agblocks()
|