Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drmap.c527 if (xagb_bitmap_hweight(&cr->fs_owned) != 0) in xchk_rmapbt_check_bitmaps()
530 if (xagb_bitmap_hweight(&cr->log_owned) != 0) in xchk_rmapbt_check_bitmaps()
533 if (xagb_bitmap_hweight(&cr->ag_owned) != 0) in xchk_rmapbt_check_bitmaps()
536 if (xagb_bitmap_hweight(&cr->inobt_owned) != 0) in xchk_rmapbt_check_bitmaps()
539 if (xagb_bitmap_hweight(&cr->refcbt_owned) != 0) in xchk_rmapbt_check_bitmaps()
H A Dagb_bitmap.h48 static inline uint32_t xagb_bitmap_hweight(struct xagb_bitmap *bitmap) in xagb_bitmap_hweight() function
H A Drmap_repair.c1097 rr->freesp_btblocks = xagb_bitmap_hweight(freesp_blocks) - 2; in xrep_rmap_try_reserve()
H A Dagheader_repair.c590 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()