Lines Matching full:summary
26 * Realtime Summary
29 * We check the realtime summary by scanning the realtime bitmap file to create
30 * a new summary file incore, and then we compare the computed version against
43 /* Memory buffer for the summary comparison. */
67 descr = xchk_xfile_descr(sc, "realtime summary file"); in xchk_setup_rtsummary()
96 * growfsrt trying to expand the summary or change the size of the rt in xchk_setup_rtsummary()
158 /* Update the summary file to reflect the free extent that we've accumulated. */
192 /* Bump the summary count. */ in xchk_rtsum_record_free()
204 /* Compute the realtime summary from the realtime bitmap. */
299 /* Scrub the realtime summary. */
326 /* The summary file length must be aligned to an fsblock. */ in xchk_rtsummary()
333 * Is the summary file itself large enough to handle the rt volume? in xchk_rtsummary()
334 * growfsrt expands the summary file before updating sb_rextents, so in xchk_rtsummary()
347 /* Construct the new summary file from the rtbitmap. */ in xchk_rtsummary()
352 * error since we're checking the summary file. in xchk_rtsummary()
361 /* Does the computed summary file match the actual rtsummary file? */ in xchk_rtsummary()