Searched refs:xagb_bitmap (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/scrub/ |
H A 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 …]
|
H A 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()
|
H A D | reap.h | 9 struct xagb_bitmap; 12 int xrep_reap_agblocks(struct xfs_scrub *sc, struct xagb_bitmap *bitmap,
|
H A D | rmap_repair.c | 286 struct xagb_bitmap *bitmap, in xrep_rmap_stash_bitmap() 314 struct xagb_bitmap bmbt_blocks; 667 struct xagb_bitmap inobt_blocks; /* INOBIT */ 668 struct xagb_bitmap ichunk_blocks; /* ICHUNKBIT */ 793 struct xagb_bitmap *bitmap = priv; in xrep_rmap_walk_cowblocks() 810 struct xagb_bitmap refcountbt_blocks; /* REFCBIT */ in xrep_rmap_find_refcount_rmaps() 811 struct xagb_bitmap cow_blocks; /* COWBIT */ in xrep_rmap_find_refcount_rmaps() 1015 struct xagb_bitmap *bitmap; 1042 struct xagb_bitmap *freesp_blocks, in xrep_rmap_try_reserve() 1143 struct xagb_bitmap freesp_blocks; /* AGBIT */ in xrep_rmap_reserve_space() [all …]
|
H A 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()
|
H A D | alloc_repair.c | 92 struct xagb_bitmap not_allocbt_blocks; 95 struct xagb_bitmap old_allocbt_blocks;
|
H A D | repair.h | 52 struct xagb_bitmap;
|
H A D | refcount_repair.c | 110 struct xagb_bitmap old_refcountbt_blocks;
|
H A D | ialloc_repair.c | 107 struct xagb_bitmap old_iallocbt_blocks;
|
H A D | reap.c | 551 struct xagb_bitmap *bitmap, in xrep_reap_agblocks()
|