Home
last modified time | relevance | path

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

/external/f2fs-tools/include/
Df2fs_fs.h1139 #define SIT_JOURNAL_ENTRIES ((SUM_JOURNAL_SIZE - 2) /\ macro
1175 struct sit_journal_entry entries[SIT_JOURNAL_ENTRIES];
/external/f2fs-tools/fsck/
Dmount.c2350 if (sits_in_cursum(journal) > SIT_JOURNAL_ENTRIES) { in build_sit_entries()
2353 sits_in_cursum(journal), SIT_JOURNAL_ENTRIES); in build_sit_entries()
2354 journal->n_sits = cpu_to_le16(SIT_JOURNAL_ENTRIES); in build_sit_entries()