Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 6 of 6) sorted by relevance

/fs/nilfs2/
DKconfig6 NILFS2 is a log-structured file system (LFS) supporting continuous
10 consistency like conventional LFS, it achieves quick recovery after
/fs/f2fs/
DKconfig19 F2FS is based on Log-structured File System (LFS), which supports
21 addressing the fundamental issues in LFS, which are snowball effect
Dgc.c793 if (__is_large_section(sbi) && p.alloc_mode == LFS) { in f2fs_get_victim()
810 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()
856 if (p.alloc_mode == LFS) { in f2fs_get_victim()
920 if (p.alloc_mode == LFS) { in f2fs_get_victim()
1671 ret = f2fs_get_victim(sbi, victim, gc_type, NO_CHECK_TYPE, LFS, 0); in __get_victim()
Ddebug.c619 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
Dsegment.h159 LFS = 0, enumerator
Dsegment.c2711 curseg->alloc_type = LFS; in new_curseg()
2945 if (curseg->alloc_type == LFS && in need_new_seg()
4735 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()