Home
last modified time | relevance | path

Searched refs:NR_PERSISTENT_LOG (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h32 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG); in sanity_check_seg_type()
H A Dsegment.c4580 if (i < NR_PERSISTENT_LOG) in build_curseg()
4630 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4682 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4851 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in sanity_check_curseg()
5089 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in f2fs_fix_curseg_write_pointer()
H A Df2fs.h951 NR_PERSISTENT_LOG, /* number of persistent log */ enumerator
952 CURSEG_COLD_DATA_PINNED = NR_PERSISTENT_LOG,
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h32 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG); in sanity_check_seg_type()
H A Dsegment.c4527 if (i < NR_PERSISTENT_LOG) in build_curseg()
4577 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4634 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
4815 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in sanity_check_curseg()
5080 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in f2fs_fix_curseg_write_pointer()
H A Df2fs.h1012 NR_PERSISTENT_LOG, /* number of persistent log */ enumerator
1013 CURSEG_COLD_DATA_PINNED = NR_PERSISTENT_LOG,

Completed in 34 milliseconds