Lines Matching full:summary
44 xfs_suminfo_t sum; /* summary data */ in xfs_rtany_summary()
60 * Get one summary datum. in xfs_rtany_summary()
87 * Copy and transform the summary file, given the old and new
97 int log; /* summary level number (log length) */ in xfs_rtcopy_summary()
98 xfs_suminfo_t sum; /* summary data */ in xfs_rtcopy_summary()
125 * Updates all the summary information as well as the bitmap.
131 xfs_rtxlen_t len) /* in/out: summary block number */ in xfs_rtallocate_range()
143 * properly update the summary. in xfs_rtallocate_range()
158 * Decrement the summary information corresponding to the entire in xfs_rtallocate_range()
169 * old extent, add summary data for them to be free. in xfs_rtallocate_range()
181 * old extent, add summary data for them to be free. in xfs_rtallocate_range()
404 int maxlog; /* max useful extent from summary */ in xfs_rtallocate_extent_near()
440 * Get summary information of extents of all useful levels in xfs_rtallocate_extent_near()
478 * we found in the realtime summary. in xfs_rtallocate_extent_near()
555 xfs_suminfo_t sum; /* summary information for extents */ in xfs_rtalloc_sumlevel()
615 * summary says there's an extent. in xfs_rtallocate_extent_size()
638 * for this summary level. in xfs_rtallocate_extent_size()
764 * Update the summary inode's size. We need to update the incore size in xfs_growfs_rt_bmblock()
773 * Copy summary data from old to new sizes when the real size (not in xfs_growfs_rt_bmblock()
877 xfs_extlen_t nrsumblocks; /* new number of summary blocks */ in xfs_growfs_rt()
879 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt()
880 uint8_t *rsum_cache; /* old summary cache */ in xfs_growfs_rt()
893 * Mount should fail if the rt bitmap/summary files don't load, but in xfs_growfs_rt()
943 * New summary size can't be more than half the size of in xfs_growfs_rt()
945 * since we'll log basically the whole summary file at once. in xfs_growfs_rt()
953 * Get the old block counts for bitmap and summary inodes. in xfs_growfs_rt()
959 * Allocate space to the bitmap and summary files, as necessary. in xfs_growfs_rt()
1133 * Get the bitmap and summary inodes and the summary cache into the mount
1286 * Lock out modifications to both the RT bitmap and summary inodes. in xfs_rtallocate()