Searched refs:LFS (Results 1 – 6 of 6) sorted by relevance
/fs/nilfs2/ |
D | Kconfig | 6 NILFS2 is a log-structured file system (LFS) supporting continuous 10 consistency like conventional LFS, it achieves quick recovery after
|
/fs/f2fs/ |
D | Kconfig | 19 F2FS is based on Log-structured File System (LFS), which supports 21 addressing the fundamental issues in LFS, which are snowball effect
|
D | gc.c | 793 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()
|
D | debug.c | 619 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
|
D | segment.h | 159 LFS = 0, enumerator
|
D | segment.c | 2711 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()
|