Home
last modified time | relevance | path

Searched refs:NR_PERSISTENT_LOG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsegment.h32 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG); in sanity_check_seg_type()
570 for (i = CURSEG_HOT_DATA; i < NR_PERSISTENT_LOG; i++) { in has_curseg_enough_space()
H A Dsegment.c4567 if (i < NR_PERSISTENT_LOG) in build_curseg()
4617 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4673 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4854 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in sanity_check_curseg()
5119 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in f2fs_fix_curseg_write_pointer()
H A Df2fs.h1017 NR_PERSISTENT_LOG, /* number of persistent log */ enumerator
1018 CURSEG_COLD_DATA_PINNED = NR_PERSISTENT_LOG,