Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h34 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG); in sanity_check_seg_type()
622 for (i = CURSEG_HOT_DATA; i < NR_PERSISTENT_LOG; i++) { in get_additional_blocks_required()
H A Dsegment.c5116 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
5172 if (se->type >= NR_PERSISTENT_LOG) { in build_sit_entries()
5361 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in sanity_check_curseg()
5614 for (i = 0; i < NR_PERSISTENT_LOG; i++) { in fix_curseg_write_pointer()
H A Df2fs.h1174 NR_PERSISTENT_LOG, /* number of persistent log */ enumerator
1175 CURSEG_COLD_DATA_PINNED = NR_PERSISTENT_LOG,
H A Dgc.c792 if (has_enough_free_secs(sbi, 0, NR_PERSISTENT_LOG)) in f2fs_get_victim()