xfs: rename btree block/buffer init functions
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:35:17 +0000 (12:35 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:35:17 +0000 (12:35 -0800)
commit3c68858b264fac292f74733eeaf558595978a5e5
tree27722e6a7b929a1a7ffe77433f5945c7c99d37e1
parentc87e3bf7802477cb4500dfafe0ab039313aa2dda
xfs: rename btree block/buffer init functions

Rename xfs_btree_init_block_int to xfs_btree_init_block, and
xfs_btree_init_block to xfs_btree_init_buf so that the name suggests the
type that caller are supposed to pass in.

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