Chao Yu
dfc08a12e4
f2fs: introduce f2fs_journal struct to wrap journal info
Introduce a new structure f2fs_journal to wrap journal info in struct
f2fs_summary_block for readability.
struct f2fs_journal {
union {
__le16 n_nats;
__le16 n_sits;
};
union {
struct nat_journal nat_j;
struct sit_journal sit_j;
struct f2fs_extra_info info;
};
} __packed;
struct f2fs_summary_block {
struct f2fs_summary entries[ENTRIES_IN_SUM];
struct f2fs_journal journal;
struct summary_footer footer;
} __packed;
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-02-22 21:39:53 -08:00
..
2015-05-07 11:38:31 -07:00
2014-11-03 16:07:33 -08:00
2016-02-22 21:39:53 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2016-01-13 21:01:44 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2015-06-01 16:21:10 -07:00
2016-02-22 21:39:53 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2016-01-11 15:56:37 -08:00
2015-05-28 15:41:34 -07:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2015-08-21 22:43:32 -07:00
2015-08-04 14:09:58 -07:00
2016-02-22 16:07:23 -08:00
2016-02-22 21:39:53 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 16:07:23 -08:00
2016-02-22 21:39:53 -08:00
2016-02-22 16:07:23 -08:00
2015-12-30 10:13:00 -08:00
2016-02-22 21:39:53 -08:00
2015-05-28 15:41:32 -07:00
2015-05-28 15:41:32 -07:00
2016-02-22 16:07:23 -08:00
2015-12-06 21:33:52 -05:00