e2fs_sbsave
#define e2fs_sbsave(old, new) memcpy((new), (old), SBSIZE);
#define e2fs_sbsave(old, new) e2fs_sb_bswap((old), (new))