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

/linux-master/arch/powerpc/math-emu/
H A Dmath.c81 #define LFS 0x30 /* 48 */ macro
241 case LFS: func = lfs; type = D; break;
/linux-master/fs/f2fs/
H A Ddebug.c634 seq_printf(s, "LFS: %u blocks in %u segments\n",
635 si->block_count[LFS], si->segment_count[LFS]);
H A Dgc.c302 /* LFS */
371 /* alloc_mode == LFS */
792 if (__is_large_section(sbi) && p.alloc_mode == LFS) {
809 if (p.alloc_mode == LFS && gc_type == FG_GC) {
855 if (p.alloc_mode == LFS) {
857 * LFS is set to find source section during GC.
919 if (p.alloc_mode == LFS) {
1661 ret = f2fs_get_victim(sbi, victim, gc_type, NO_CHECK_TYPE, LFS, 0);
H A Dsegment.h140 * LFS writes data sequentially with cleaning operations.
146 LFS = 0, enumerator in enum:__anon119
177 int alloc_mode; /* LFS or SSR */
674 * F2FS_IPU_DISABLE - disable IPU. (=default option in LFS mode)
H A Dsegment.c2814 * This function always allocates a free segment in LFS manner.
2836 curseg->alloc_type = LFS;
3076 if (curseg->alloc_type == LFS &&
3910 /* submit cached LFS IO */
4918 * In LFS/SSR curseg, .next_blkoff should point to an unused blkaddr;
4919 * In LFS curseg, all blkaddr after .next_blkoff should be unused.
4932 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) {
/linux-master/include/trace/events/
H A Df2fs.h34 TRACE_DEFINE_ENUM(LFS); variable
109 { LFS, "LFS-mode" }, \

Completed in 295 milliseconds