Lines Matching full:summary

53 	xfs_suminfo_t		sum;	/* summary data */  in xfs_rtany_summary()
69 * Get one summary datum. in xfs_rtany_summary()
95 * Copy and transform the summary file, given the old and new
105 int log; /* summary level number (log length) */ in xfs_rtcopy_summary()
106 xfs_suminfo_t sum; /* summary data */ in xfs_rtcopy_summary()
133 * Updates all the summary information as well as the bitmap.
139 xfs_rtxlen_t len) /* in/out: summary block number */ in xfs_rtallocate_range()
151 * properly update the summary. in xfs_rtallocate_range()
166 * Decrement the summary information corresponding to the entire in xfs_rtallocate_range()
177 * old extent, add summary data for them to be free. in xfs_rtallocate_range()
189 * old extent, add summary data for them to be free. in xfs_rtallocate_range()
412 int maxlog; /* max useful extent from summary */ in xfs_rtallocate_extent_near()
447 * Get summary information of extents of all useful levels in xfs_rtallocate_extent_near()
485 * we found in the realtime summary. in xfs_rtallocate_extent_near()
562 xfs_suminfo_t sum; /* summary information for extents */ in xfs_rtalloc_sumlevel()
622 * summary says there's an extent. in xfs_rtallocate_extent_size()
645 * for this summary level. in xfs_rtallocate_extent_size()
998 * Update the summary inode's size. We need to update the incore size in xfs_growfs_rt_bmblock()
1007 * Copy summary data from old to new sizes when the real size (not in xfs_growfs_rt_bmblock()
1109 * Allocate space to the bitmap and summary files, as necessary.
1134 * summary are always fully allocated, which means that we never in xfs_growfs_rt_alloc_blocks()
1149 * Get the old block counts for bitmap and summary inodes. in xfs_growfs_rt_alloc_blocks()
1251 * New summary size can't be more than half the size of the log. This in xfs_growfs_check_rtgeom()
1253 * the whole summary file at once. in xfs_growfs_check_rtgeom()
1662 * Get the bitmap and summary inodes and the summary cache into the mount
1916 * We need to lock out modifications to both the RT bitmap and summary in xfs_rtallocate_rtg()
1918 * and join the bitmap and summary inodes for the actual allocation in xfs_rtallocate_rtg()