Lines Matching full:summary
30 * Realtime Summary
33 * We check the realtime summary by scanning the realtime bitmap file to create
34 * a new summary file incore, and then we compare the computed version against
65 descr = xchk_xfile_descr(sc, "realtime summary file"); in xchk_setup_rtsummary()
95 * growfsrt trying to expand the summary or change the size of the rt in xchk_setup_rtsummary()
155 /* Update the summary file to reflect the free extent that we've accumulated. */
189 /* Bump the summary count. */ in xchk_rtsum_record_free()
201 /* Compute the realtime summary from the realtime bitmap. */
296 /* Scrub the realtime summary. */
323 /* The summary file length must be aligned to an fsblock. */ in xchk_rtsummary()
330 * Is the summary file itself large enough to handle the rt volume? in xchk_rtsummary()
331 * growfsrt expands the summary file before updating sb_rextents, so in xchk_rtsummary()
344 /* Construct the new summary file from the rtbitmap. */ in xchk_rtsummary()
349 * error since we're checking the summary file. in xchk_rtsummary()
358 /* Does the computed summary file match the actual rtsummary file? */ in xchk_rtsummary()
364 * the rt free space metadata grab the bitmap and summary ILOCKs in in xchk_rtsummary()