Searched refs:bmbt_blocks (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/libxfs/ |
| 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()
|
| /fs/xfs/scrub/ |
| 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()
|
| /fs/xfs/ |
| A D | xfs_trace.h | 5419 TP_PROTO(struct xfs_mount *mp, unsigned long long bmbt_blocks, 5421 TP_ARGS(mp, bmbt_blocks, rmapbt_blocks), 5424 __field(unsigned long long, bmbt_blocks) 5429 __entry->bmbt_blocks = bmbt_blocks; 5434 __entry->bmbt_blocks,
|
Completed in 22 milliseconds