Lines Matching full:summary

50  * Get a buffer for the bitmap or summary file block specified.
57 xfs_rtblock_t block, /* block number in bitmap or summary */ in xfs_rtbuf_get()
58 int issum, /* is summary not bitmap */ in xfs_rtbuf_get()
62 xfs_inode_t *ip; /* bitmap or summary inode */ in xfs_rtbuf_get()
435 * Read and/or modify the summary information for a given extent size,
437 * Keeps track of a current summary block, so we don't keep reading
440 * Summary information is returned in *sum if specified.
441 * If no delta is specified, returns summary only.
449 int delta, /* change to make to summary info */ in xfs_rtmodify_summary_int()
450 struct xfs_buf **rbpp, /* in/out: summary block buffer */ in xfs_rtmodify_summary_int()
451 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtmodify_summary_int()
452 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtmodify_summary_int()
454 struct xfs_buf *bp; /* buffer for the summary block */ in xfs_rtmodify_summary_int()
456 xfs_fsblock_t sb; /* summary fsblock */ in xfs_rtmodify_summary_int()
457 int so; /* index into the summary file */ in xfs_rtmodify_summary_int()
461 * Compute entry number in the summary file. in xfs_rtmodify_summary_int()
465 * Compute the block number in the summary file. in xfs_rtmodify_summary_int()
493 * Point to the summary information, modify/log it, and/or copy it out. in xfs_rtmodify_summary_int()
519 int delta, /* change to make to summary info */ in xfs_rtmodify_summary()
520 struct xfs_buf **rbpp, /* in/out: summary block buffer */ in xfs_rtmodify_summary()
521 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtmodify_summary()
685 * Updates all the summary information as well as the bitmap.
693 struct xfs_buf **rbpp, /* in/out: summary block buffer */ in xfs_rtfree_range()
694 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtfree_range()
712 * properly update the summary. in xfs_rtfree_range()
727 * old extent, add summary data for them to be allocated. in xfs_rtfree_range()
739 * old extent, add summary data for them to be allocated. in xfs_rtfree_range()
750 * Increment the summary information corresponding to the entire in xfs_rtfree_range()
971 xfs_fsblock_t sb; /* summary file block number */ in xfs_rtfree_extent()
972 struct xfs_buf *sumbp = NULL; /* summary file block buffer */ in xfs_rtfree_extent()