Searched refs:bmr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/xfs/scrub/ |
D | bitmap.c | 26 struct xbitmap_range *bmr; in xbitmap_set() local 28 bmr = kmem_alloc(sizeof(struct xbitmap_range), KM_MAYFAIL); in xbitmap_set() 29 if (!bmr) in xbitmap_set() 32 INIT_LIST_HEAD(&bmr->list); in xbitmap_set() 33 bmr->start = start; in xbitmap_set() 34 bmr->len = len; in xbitmap_set() 35 list_add_tail(&bmr->list, &bitmap->list); in xbitmap_set() 45 struct xbitmap_range *bmr; in xbitmap_destroy() local 48 for_each_xbitmap_extent(bmr, n, bitmap) { in xbitmap_destroy() 49 list_del(&bmr->list); in xbitmap_destroy() [all …]
|
D | repair.c | 443 struct xbitmap_range *bmr; in xrep_invalidate_blocks() local 456 for_each_xbitmap_block(fsbno, bmr, n, bitmap) { in xrep_invalidate_blocks() 609 struct xbitmap_range *bmr; in xrep_reap_extents() local 616 for_each_xbitmap_block(fsbno, bmr, n, bitmap) { in xrep_reap_extents()
|
/Linux-v6.1/drivers/counter/ |
D | microchip-tcb-capture.c | 88 u32 bmr, cmr; in mchp_tc_count_function_write() local 90 regmap_read(priv->regmap, ATMEL_TC_BMR, &bmr); in mchp_tc_count_function_write() 100 bmr &= ~(ATMEL_TC_QDEN | ATMEL_TC_POSEN); in mchp_tc_count_function_write() 119 bmr |= ATMEL_TC_QDEN | ATMEL_TC_POSEN; in mchp_tc_count_function_write() 127 regmap_write(priv->regmap, ATMEL_TC_BMR, bmr); in mchp_tc_count_function_write()
|