]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: add FSLASTBLOCK implementation for xfs, ext and btrfs
authorAndrey Albershteyn <aalbersh@redhat.com>
Wed, 27 Apr 2022 12:46:33 +0000 (14:46 +0200)
committerAndrey Albershteyn <aalbersh@redhat.com>
Mon, 2 May 2022 10:11:17 +0000 (12:11 +0200)
commit5f995b3f1b190a5643df33f8c7142ed9355658c6
tree24f6d68a65721df91a3f60fa5584c6adee3ebd79
parentb7cb26ec37aca229ecc2b78ad83bec6fbd6a6940
libblkid: add FSLASTBLOCK implementation for xfs, ext and btrfs

Implementation of FSLASTBLOCK for most common filesystems. Most of
the fs store total number of reserved blocks in superblock.

Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
libblkid/src/superblocks/btrfs.c
libblkid/src/superblocks/ext.c
libblkid/src/superblocks/xfs.c