]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: define the on-disk refcount btree format
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 01:00:53 +0000 (12:00 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Oct 2016 01:00:53 +0000 (12:00 +1100)
commitd8079fe03fe66be021e36587a737289238f54fad
tree4431cd627beca244983edb4f304e60aadfe96dcf
parent2a96beb95cb6fbb9c073a8371e29c1a2103a22b2
xfs: define the on-disk refcount btree format

Source kernel commit: 1946b91cee4fc8ae25450673e4d4f35e9b462e9e

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>
16 files changed:
include/darwin.h
include/freebsd.h
include/gnukfreebsd.h
include/irix.h
include/linux.h
include/xfs_mount.h
libxfs/Makefile
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_format.h
libxfs/xfs_refcount_btree.c [new file with mode: 0644]
libxfs/xfs_refcount_btree.h [new file with mode: 0644]
libxfs/xfs_sb.c
libxfs/xfs_shared.h
libxfs/xfs_trans_resv.c
libxfs/xfs_trans_resv.h