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.h1254 #define SIT_JOURNAL_ENTRIES ((SUM_JOURNAL_SIZE - 2) /\ macro
1296 struct sit_journal_entry entries[SIT_JOURNAL_ENTRIES];
/third_party/f2fs-tools/fsck/
Dmount.c2480 if (sits_in_cursum(journal) > SIT_JOURNAL_ENTRIES) { in build_sit_entries()
2483 sits_in_cursum(journal), SIT_JOURNAL_ENTRIES); in build_sit_entries()
2484 journal->n_sits = cpu_to_le16(SIT_JOURNAL_ENTRIES); in build_sit_entries()