Searched refs:bmbt_blocks (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_exchmaps.c | 680 xfs_filblks_t bmbt_blocks; in xfs_exchmaps_estimate_overhead() local 688 bmbt_blocks = xfs_exchmaps_bmbt_blocks(mp, req); in xfs_exchmaps_estimate_overhead() 691 trace_xfs_exchmaps_overhead(mp, bmbt_blocks, rmapbt_blocks); in xfs_exchmaps_estimate_overhead() 694 if (check_add_overflow(req->ip1_bcount, bmbt_blocks, &req->ip1_bcount)) in xfs_exchmaps_estimate_overhead() 696 if (check_add_overflow(req->ip2_bcount, bmbt_blocks, &req->ip2_bcount)) in xfs_exchmaps_estimate_overhead() 704 if (check_add_overflow(resblks, bmbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead() 706 if (check_add_overflow(resblks, bmbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead()
|
| /linux/fs/xfs/scrub/ |
| H A D | rmap_repair.c | 314 struct xagb_bitmap bmbt_blocks; member 401 return xagb_bitmap_set(&rf->bmbt_blocks, agbno, 1); in xrep_rmap_visit_iroot_btree_block() 417 xagb_bitmap_init(&rf->bmbt_blocks); in xrep_rmap_scan_iroot_btree() 427 error = xrep_rmap_stash_bitmap(rr, &rf->bmbt_blocks, &oinfo); in xrep_rmap_scan_iroot_btree() 434 xagb_bitmap_destroy(&rf->bmbt_blocks); in xrep_rmap_scan_iroot_btree()
|