commit | 387f866c345641507168791cf8008f55d1646c22 | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Tue Sep 20 01:12:42 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:18:56 2016 -0400 |
tree | 35aa054496b2fda74a53911faca169714f60efc6 | |
parent | b2c28a22eaefa9066848ce9012f6185b3056b80a [diff] |
ext4: Add helper functions for block group descriptor field access The helper functions encapsulate access of the block group descriptors, independent of group descriptor size. The helpers also deal with the endianess of the fields, and with split fields like free_blocks/ free_blocks_high. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>