xfs: define the on-disk refcount btree format
Start constructing the refcount btree implementation by establishing the on-disk format and everything needed to read, write, and manipulate the refcount btree blocks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -102,5 +102,6 @@ struct xfs_trans_resv {
|
||||
#define XFS_ATTRRM_LOG_COUNT 3
|
||||
|
||||
void xfs_trans_resv_calc(struct xfs_mount *mp, struct xfs_trans_resv *resp);
|
||||
uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
|
||||
|
||||
#endif /* __XFS_TRANS_RESV_H__ */
|
||||
|
Reference in New Issue
Block a user