Searched refs:LFS (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
D | Kconfig | 5 NILFS2 is a log-structured file system (LFS) supporting continuous 9 consistency like conventional LFS, it achieves quick recovery after
|
/linux-4.1.27/fs/f2fs/ |
D | Kconfig | 5 F2FS is based on Log-structured File System (LFS), which supports 7 addressing the fundamental issues in LFS, which are snowball effect
|
D | gc.c | 270 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default() 317 if (p.alloc_mode == LFS) { in get_victim_by_default() 654 NO_CHECK_TYPE, LFS); in __get_victim()
|
D | debug.c | 314 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
|
D | segment.h | 122 LFS = 0, enumerator
|
D | segment.c | 926 curseg->alloc_type = LFS; in new_curseg() 1024 else if (curseg->alloc_type == LFS && is_next_segment_free(sbi, type)) in allocate_segment_by_default()
|
/linux-4.1.27/arch/powerpc/math-emu/ |
D | math.c | 80 #define LFS 0x30 /* 48 */ macro 240 case LFS: func = lfs; type = D; break; in do_mathemu()
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 12 is based on Log-structured File System (LFS). The design has been focused on 13 addressing the fundamental issues in LFS, which are snowball effect of wandering 32 Log-structured File System (LFS) 46 In LFS, when a file data is updated and written to the end of log, its direct 58 Since LFS is based on out-of-place writes, it produces so many obsolete blocks 541 LFS has two schemes for free space management: threaded log and copy-and-compac-
|
D | nilfs2.txt | 4 NILFS2 is a log-structured file system (LFS) supporting continuous 8 like conventional LFS, it achieves quick recovery after system
|
/linux-4.1.27/include/trace/events/ |
D | f2fs.h | 27 TRACE_DEFINE_ENUM(LFS); 98 { LFS, "LFS-mode" }, \
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 522 b4: LFS Gv,Mp
|