Lines Matching full:summary
31 * Realtime Summary
34 * We check the realtime summary by scanning the realtime bitmap file to create
35 * a new summary file incore, and then we compare the computed version against
73 descr = xchk_xfile_descr(sc, "realtime summary file"); in xchk_setup_rtsummary()
98 * growfsrt trying to expand the summary or change the size of the rt in xchk_setup_rtsummary()
102 * summary here, but to keep the locking APIs simple we lock both inodes in xchk_setup_rtsummary()
165 /* Update the summary file to reflect the free extent that we've accumulated. */
200 /* Bump the summary count. */ in xchk_rtsum_record_free()
212 /* Compute the realtime summary from the realtime bitmap. */
307 /* Scrub the realtime summary. */
337 /* The summary file length must be aligned to an fsblock. */ in xchk_rtsummary()
344 * Is the summary file itself large enough to handle the rt volume? in xchk_rtsummary()
345 * growfsrt expands the summary file before updating sb_rextents, so in xchk_rtsummary()
358 /* Construct the new summary file from the rtbitmap. */ in xchk_rtsummary()
363 * error since we're checking the summary file. in xchk_rtsummary()
371 /* Does the computed summary file match the actual rtsummary file? */ in xchk_rtsummary()