Home
last modified time | relevance | path

Searched refs:SIT_JOURNAL_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/third_party/f2fs-tools/include/
Df2fs_fs.h1038 #define SIT_JOURNAL_ENTRIES ((SUM_JOURNAL_SIZE - 2) /\ macro
1074 struct sit_journal_entry entries[SIT_JOURNAL_ENTRIES];
/third_party/f2fs-tools/fsck/
Dmount.c2331 if (sits_in_cursum(journal) > SIT_JOURNAL_ENTRIES) { in build_sit_entries()
2334 sits_in_cursum(journal), SIT_JOURNAL_ENTRIES); in build_sit_entries()
2335 journal->n_sits = cpu_to_le16(SIT_JOURNAL_ENTRIES); in build_sit_entries()