fs: add a ntoa function for chunk types

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2025-02-06 22:42:15 -05:00
Ursprung 440740201a
Commit c4ba6ec269
2 geänderte Dateien mit 21 neuen und 0 gelöschten Zeilen
+1
Datei anzeigen
@@ -206,6 +206,7 @@ namespace crucible {
ostream & operator<<(ostream &os, const btrfs_ioctl_search_key &key);
ostream & operator<<(ostream &os, const BtrfsIoctlSearchKey &key);
string btrfs_chunk_type_ntoa(uint64_t type);
string btrfs_search_type_ntoa(unsigned type);
string btrfs_search_objectid_ntoa(uint64_t objectid);
string btrfs_compress_type_ntoa(uint8_t type);