Searched refs:LFS (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/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.4.14/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 | 277 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default() 325 if (p.alloc_mode == LFS) { in get_victim_by_default() 770 NO_CHECK_TYPE, LFS); in __get_victim()
|
D | debug.c | 327 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
|
D | segment.h | 123 LFS = 0, enumerator
|
D | segment.c | 1001 curseg->alloc_type = LFS; in new_curseg() 1099 else if (curseg->alloc_type == LFS && is_next_segment_free(sbi, type)) in allocate_segment_by_default()
|
/linux-4.4.14/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.4.14/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 544 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.4.14/include/trace/events/ |
D | f2fs.h | 31 TRACE_DEFINE_ENUM(LFS); 103 { LFS, "LFS-mode" }, \
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 526 b4: LFS Gv,Mp
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 526 b4: LFS Gv,Mp
|