General refactor and cleanup.

This commit is contained in:
2024-05-01 04:05:22 +01:00
parent 185a8c3fd5
commit e46d21bde6
922 changed files with 36437 additions and 29485 deletions

View File

@@ -28,25 +28,17 @@
// Commit count
using commitcnt_t = int;
// Disk address
using daddr_t = int;
// Fstore
using fstore_t = int;
// Global File System number
using gfs_t = int;
// Inode number
using ino_t = int;
// Filesystem pack number
using pckno_t = short;
// Timestamp
using time_t = int;
// ReSharper disable UnusedMember.Local
// ReSharper disable UnusedType.Local