e2fs_sb_bswap
void e2fs_sb_bswap(struct ext2fs *, struct ext2fs *);
# define e2fs_sbload(old, new) e2fs_sb_bswap((old), (new))
# define e2fs_sbsave(old, new) e2fs_sb_bswap((old), (new))