Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Dsegment.h32 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG); in sanity_check_seg_type()
Dsegment.c4534 if (i < NR_PERSISTENT_LOG) in build_curseg()
4584 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4641 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4822 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in sanity_check_curseg()
5087 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in f2fs_fix_curseg_write_pointer()
Df2fs.h1009 NR_PERSISTENT_LOG, /* number of persistent log */ enumerator
1010 CURSEG_COLD_DATA_PINNED = NR_PERSISTENT_LOG,