xfs: create helpers for rtsummary block/wordcount computations
authorDarrick J. Wong <djwong@kernel.org>
Mon, 16 Oct 2023 16:50:34 +0000 (09:50 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Oct 2023 23:53:00 +0000 (16:53 -0700)
commitbd85af280de66a946022775a876edf0c553e3f35
treee9729e6340ab288c638cb2633bed3934d4c8924c
parent97e993830a1cdd86ad7d207308b9f55a00660edd
xfs: create helpers for rtsummary block/wordcount computations

Create helper functions that compute the number of blocks or words
necessary to store the rt summary file.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/libxfs/xfs_rtbitmap.h
fs/xfs/xfs_rtalloc.c