Searched refs:LFS (Results 1 – 6 of 6) sorted by relevance
8 NILFS2 is a log-structured file system (LFS) supporting continuous12 consistency like conventional LFS, it achieves quick recovery after
19 F2FS is based on Log-structured File System (LFS), which supports21 addressing the fundamental issues in LFS, which are snowball effect
826 if (__is_large_section(sbi) && p.alloc_mode == LFS) { in f2fs_get_victim()843 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()889 if (p.alloc_mode == LFS) { in f2fs_get_victim()953 if (p.alloc_mode == LFS) { in f2fs_get_victim()1714 LFS, 0, one_time); in __get_victim()
733 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
118 LFS = 0, enumerator
2985 curseg->alloc_type = LFS; in new_curseg()3249 if (curseg->alloc_type == LFS && is_next_segment_free(sbi, curseg) && in need_new_seg()5231 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()
Completed in 23 milliseconds