Searched refs:xagb_bitmap (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | bitmap.h | 37 struct xagb_bitmap { struct 41 static inline void xagb_bitmap_init(struct xagb_bitmap *bitmap) in xagb_bitmap_init() argument 46 static inline void xagb_bitmap_destroy(struct xagb_bitmap *bitmap) in xagb_bitmap_destroy() 51 static inline int xagb_bitmap_clear(struct xagb_bitmap *bitmap, in xagb_bitmap_clear() 56 static inline int xagb_bitmap_set(struct xagb_bitmap *bitmap, in xagb_bitmap_set() 64 struct xagb_bitmap *bitmap, in xagb_bitmap_test() 82 static inline int xagb_bitmap_disunion(struct xagb_bitmap *bitmap, in xagb_bitmap_disunion() 83 struct xagb_bitmap *sub) in xagb_bitmap_disunion() 88 static inline uint32_t xagb_bitmap_hweight(struct xagb_bitmap *bitmap) in xagb_bitmap_hweight() 92 static inline bool xagb_bitmap_empty(struct xagb_bitmap *bitmap) in xagb_bitmap_empty() [all …]
|
H A D | rmap.c | 58 struct xagb_bitmap fs_owned; 59 struct xagb_bitmap log_owned; 60 struct xagb_bitmap ag_owned; 61 struct xagb_bitmap inobt_owned; 62 struct xagb_bitmap refcbt_owned; 278 struct xagb_bitmap *bmp = NULL; in xchk_rmapbt_mark_bitmap() 371 struct xagb_bitmap *bitmap = priv; in xchk_rmapbt_walk_agfl()
|
H A D | bitmap.c | 273 struct xagb_bitmap *bitmap = priv; in xagb_bitmap_visit_btblock() 291 struct xagb_bitmap *bitmap, in xagb_bitmap_set_btblocks() 305 struct xagb_bitmap *bitmap, in xagb_bitmap_set_btcur_path()
|
H A D | reap.h | 9 int xrep_reap_agblocks(struct xfs_scrub *sc, struct xagb_bitmap *bitmap,
|
H A D | agheader_repair.c | 456 struct xagb_bitmap crossed; 459 struct xagb_bitmap agmetablocks; 462 struct xagb_bitmap *freesp; 541 struct xagb_bitmap *agfl_extents, in xrep_agfl_collect_blocks() 640 struct xagb_bitmap used_extents; 679 struct xagb_bitmap *agfl_extents, in xrep_agfl_init_header() 726 struct xagb_bitmap agfl_extents; in xrep_agfl()
|
H A D | repair.h | 39 struct xagb_bitmap;
|
H A D | reap.c | 476 struct xagb_bitmap *bitmap, in xrep_reap_agblocks()
|