Searched refs:LFS (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/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
|
/Linux-v5.10/fs/f2fs/ |
D | Kconfig | 11 F2FS is based on Log-structured File System (LFS), which supports 13 addressing the fundamental issues in LFS, which are snowball effect
|
D | gc.c | 671 if (__is_large_section(sbi) && p.alloc_mode == LFS) { in get_victim_by_default() 688 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default() 734 p.alloc_mode == LFS)) in get_victim_by_default() 779 if (p.alloc_mode == LFS) { in get_victim_by_default() 1517 NO_CHECK_TYPE, LFS, 0); in __get_victim()
|
D | debug.c | 498 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
|
D | segment.h | 152 LFS = 0, enumerator
|
D | segment.c | 2614 curseg->alloc_type = LFS; in new_curseg() 2860 else if (curseg->alloc_type == LFS && in allocate_segment_by_default()
|
/Linux-v5.10/arch/powerpc/math-emu/ |
D | math.c | 81 #define LFS 0x30 /* 48 */ macro 241 case LFS: func = lfs; type = D; break; in do_mathemu()
|
/Linux-v5.10/Documentation/filesystems/ |
D | f2fs.rst | 14 is based on Log-structured File System (LFS). The design has been focused on 15 addressing the fundamental issues in LFS, which are snowball effect of wandering 35 Log-structured File System (LFS) 49 In LFS, when a file data is updated and written to the end of log, its direct 61 Since LFS is based on out-of-place writes, it produces so many obsolete blocks 643 LFS has two schemes for free space management: threaded log and copy-and-compac-
|
D | nilfs2.rst | 7 NILFS2 is a log-structured file system (LFS) supporting continuous 11 like conventional LFS, it achieves quick recovery after system
|
/Linux-v5.10/include/trace/events/ |
D | f2fs.h | 37 TRACE_DEFINE_ENUM(LFS); 114 { LFS, "LFS-mode" }, \
|
/Linux-v5.10/arch/x86/lib/ |
D | x86-opcode-map.txt | 531 b4: LFS Gv,Mp
|
/Linux-v5.10/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 531 b4: LFS Gv,Mp
|