Home
last modified time | relevance | path

Searched refs:LFS (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmath.c81 #define LFS 0x30 /* 48 */ macro
241 case LFS: func = lfs; type = D; break; in do_mathemu()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmath.c81 #define LFS 0x30 /* 48 */ macro
241 case LFS: func = lfs; type = D; break; in do_mathemu()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c275 /* LFS */ in get_max_cost()
344 /* alloc_mode == LFS */ in get_gc_cost()
686 if (__is_large_section(sbi) && p.alloc_mode == LFS) { in get_victim_by_default()
703 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
749 if (p.alloc_mode == LFS) { in get_victim_by_default()
751 * LFS is set to find source section during GC. in get_victim_by_default()
810 if (p.alloc_mode == LFS) { in get_victim_by_default()
1573 NO_CHECK_TYPE, LFS, 0); in __get_victim()
H A Ddebug.c498 seq_printf(s, "LFS: %u blocks in %u segments\n", in stat_show()
499 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
H A Dsegment.h143 #define SSR_CONTIG_DIRTY_NUMS 32 /* Dirty pages for LFS alloction in grading ssr. */
164 * LFS writes data sequentially with cleaning operations.
170 LFS = 0, enumerator
210 int alloc_mode; /* LFS or SSR */
688 * F2FS_IPUT_DISABLE - disable IPU. (=default option in LFS mode)
H A Dsegment.c2746 * This function always allocates a free segment in LFS manner.
2768 curseg->alloc_type = LFS; in new_curseg()
2790 * If a segment is written by LFS manner, next block offset is just obtained
3031 else if (curseg->alloc_type == LFS && in allocate_segment_by_default()
3860 /* submit cached LFS IO */ in f2fs_wait_on_page_writeback()
4848 * In LFS/SSR curseg, .next_blkoff should point to an unused blkaddr; in sanity_check_curseg()
4849 * In LFS curseg, all blkaddr after .next_blkoff should be unused. in sanity_check_curseg()
4858 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c302 /* LFS */ in get_max_cost()
371 /* alloc_mode == LFS */ in get_gc_cost()
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()
858 * LFS is set to find source section during GC. in f2fs_get_victim()
920 if (p.alloc_mode == LFS) { in f2fs_get_victim()
1667 ret = f2fs_get_victim(sbi, victim, gc_type, NO_CHECK_TYPE, LFS, 0); in __get_victim()
H A Ddebug.c635 seq_printf(s, "LFS: %u blocks in %u segments\n", in stat_show()
636 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
H A Dsegment.h153 * LFS writes data sequentially with cleaning operations.
159 LFS = 0, enumerator
190 int alloc_mode; /* LFS or SSR */
687 * F2FS_IPU_DISABLE - disable IPU. (=default option in LFS mode)
H A Dsegment.c2785 * This function always allocates a free segment in LFS manner.
2807 curseg->alloc_type = LFS; in new_curseg()
3041 if (curseg->alloc_type == LFS && in need_new_seg()
3801 /* submit cached LFS IO */ in f2fs_wait_on_page_writeback()
4812 * In LFS/SSR curseg, .next_blkoff should point to an unused blkaddr; in sanity_check_curseg()
4813 * In LFS curseg, all blkaddr after .next_blkoff should be unused. in sanity_check_curseg()
4826 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()
/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h38 TRACE_DEFINE_ENUM(LFS); variable
115 { LFS, "LFS-mode" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h34 TRACE_DEFINE_ENUM(LFS); variable
109 { LFS, "LFS-mode" }, \

Completed in 27 milliseconds