Home
last modified time | relevance | path

Searched refs:xagb_bitmap_hweight (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Drmap.c518 if (xagb_bitmap_hweight(&cr->fs_owned) != 0) in xchk_rmapbt_check_bitmaps()
521 if (xagb_bitmap_hweight(&cr->log_owned) != 0) in xchk_rmapbt_check_bitmaps()
524 if (xagb_bitmap_hweight(&cr->ag_owned) != 0) in xchk_rmapbt_check_bitmaps()
527 if (xagb_bitmap_hweight(&cr->inobt_owned) != 0) in xchk_rmapbt_check_bitmaps()
530 if (xagb_bitmap_hweight(&cr->refcbt_owned) != 0) in xchk_rmapbt_check_bitmaps()
H A Dbitmap.h88 static inline uint32_t xagb_bitmap_hweight(struct xagb_bitmap *bitmap) in xagb_bitmap_hweight() function
H A Dagheader_repair.c599 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()