Lines Matching full:summary
50 /* Release cached rt bitmap and summary buffers. */
68 * Get a buffer for the bitmap or summary file block specified.
74 xfs_fileoff_t block, /* block number in bitmap or summary */ in xfs_rtbuf_get()
75 int issum) /* is summary not bitmap */ in xfs_rtbuf_get()
81 struct xfs_inode *ip; /* bitmap or summary inode */ in xfs_rtbuf_get()
455 * Modify the summary information for a given extent size, bitmap block
463 int delta) /* in/out: summary block number */ in xfs_rtmodify_summary()
490 * Read and return the summary information for a given extent size, bitmap block
498 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtget_summary()
667 * Updates all the summary information as well as the bitmap.
673 xfs_rtxlen_t len) /* in/out: summary block number */ in xfs_rtfree_range()
692 * properly update the summary. in xfs_rtfree_range()
707 * old extent, add summary data for them to be allocated. in xfs_rtfree_range()
719 * old extent, add summary data for them to be allocated. in xfs_rtfree_range()
730 * Increment the summary information corresponding to the entire in xfs_rtfree_range()
1151 * a summary file that is large enough to track the given rt space.