Lines Matching full:records

57  * list of rmap records requires that we be able to scan both block mapping
74 * bmaps into rmap records (see 1.1.4). Set bits in BMBIT for each btree
79 * target AG. Remember, multiple bmap records can map to a single rmap
80 * record, so we cannot simply emit rmap records 1:1.
81 * 1.5. Emit rmap records for each extent in BMBIT and free it.
84 * and set bits in INOBIT for each btree block. If the inobt has no records
87 * 5. Emit rmap records for each extent in INOBIT and ICHUNKBIT and free them.
92 * 9. Emit rmap records for each extent in REFCBIT and COWBIT and free them.
99 * 2. Estimate the number of rmapbt blocks needed to store NR records. (= RMB)
112 * 1. Sort the rmap records.
137 /* rmap records generated from primary metadata */
151 /* Number of non-freespace records found. */
172 descr = xchk_xfile_ag_descr(sc, "reverse mapping records"); in xrep_setup_ag_rmapbt()
405 * Iterate a metadata btree rooted in an inode to collect rmap records for
439 * Iterate the block mapping btree to collect rmap records for anything in this
462 * mapping records. This avoids loading the incore extent in xrep_rmap_scan_bmbt()
482 * Iterate the in-core extent cache to collect rmap records for anything in
752 * Note that if there are zero records in the inobt then query_all does in xrep_rmap_find_inode_rmaps()
881 /* Check and count all the records that we gathered. */
993 * number of rmap records stashed in the btree. This should reflect in xrep_rmap_find_rmaps()
995 * all our records before we start building a new btree, which requires in xrep_rmap_find_rmaps()
1033 * number of blocks needed to store the previously observed rmapbt records and
1061 * all the rmap records (including the ones that reflect the changes we in xrep_rmap_try_reserve()
1070 * interactions with the rmap records because all three space btrees in xrep_rmap_try_reserve()
1163 * records and the ones we'll create for the free space metadata. in xrep_rmap_reserve_space()
1279 * compute the OWN_AG records /after/ allocating blocks for the records in xrep_rmap_alloc_vextent()
1308 /* Count the records in this btree. */
1379 * Count the rmapbt records again, because the space reservation in xrep_rmap_build_new_tree()
1380 * for the rmapbt itself probably added more records to the btree. in xrep_rmap_build_new_tree()
1405 /* Add all observed rmap records. */ in xrep_rmap_build_new_tree()
1428 * reservation to be freed, the corresponding rmap records must also be in xrep_rmap_build_new_tree()
1500 * a list of gaps in the rmap records and a list of the extents mentioned in