Searched refs:LFS (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/fs/nilfs2/ |
D | Kconfig | 8 NILFS2 is a log-structured file system (LFS) supporting continuous 12 consistency like conventional LFS, it achieves quick recovery after
|
/Linux-v6.6/fs/f2fs/ |
D | Kconfig | 20 F2FS is based on Log-structured File System (LFS), which supports 22 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() 1670 ret = f2fs_get_victim(sbi, victim, gc_type, NO_CHECK_TYPE, LFS, 0); in __get_victim()
|
D | debug.c | 636 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
|
D | segment.h | 159 LFS = 0, enumerator
|
D | segment.c | 2808 curseg->alloc_type = LFS; in new_curseg() 3042 if (curseg->alloc_type == LFS && in need_new_seg() 4833 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()
|
/Linux-v6.6/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-v6.6/Documentation/filesystems/ |
D | nilfs2.rst | 7 NILFS2 is a log-structured file system (LFS) supporting continuous 11 like conventional LFS, it achieves quick recovery after system
|
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 39 Log-structured File System (LFS) 53 In LFS, when a file data is updated and written to the end of log, its direct 65 Since LFS is based on out-of-place writes, it produces so many obsolete blocks 742 LFS has two schemes for free space management: threaded log and copy-and-compac-
|
/Linux-v6.6/include/trace/events/ |
D | f2fs.h | 34 TRACE_DEFINE_ENUM(LFS); 109 { LFS, "LFS-mode" }, \
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 54 0x00 DISABLE disable IPU(=default option in LFS mode)
|
/Linux-v6.6/arch/x86/lib/ |
D | x86-opcode-map.txt | 531 b4: LFS Gv,Mp
|
/Linux-v6.6/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 531 b4: LFS Gv,Mp
|