Searched refs:NR_PERSISTENT_LOG (Results 1 – 4 of 4) sorted by relevance
34 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()
5116 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()
1174 NR_PERSISTENT_LOG, /* number of persistent log */ enumerator1175 CURSEG_COLD_DATA_PINNED = NR_PERSISTENT_LOG,
792 if (has_enough_free_secs(sbi, 0, NR_PERSISTENT_LOG)) in f2fs_get_victim()