Home
last modified time | relevance | path

Searched refs:alloc_mode (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/jffs2/
Dwrite.c61 uint32_t datalen, int alloc_mode) in jffs2_write_dnode() argument
100 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(ri->version) < f->highest_version)) { in jffs2_write_dnode()
110 (alloc_mode==ALLOC_GC)?0:f->inocache->ino); in jffs2_write_dnode()
128 if (!retried && alloc_mode != ALLOC_NORETRY) { in jffs2_write_dnode()
140 if (alloc_mode == ALLOC_GC) { in jffs2_write_dnode()
149 alloc_mode, JFFS2_SUMMARY_INODE_SIZE); in jffs2_write_dnode()
207 uint32_t namelen, int alloc_mode) in jffs2_write_dirent() argument
258 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(rd->version) < f->highest_version)) { in jffs2_write_dirent()
269 (alloc_mode==ALLOC_GC)?0:je32_to_cpu(rd->pino)); in jffs2_write_dirent()
292 if (alloc_mode == ALLOC_GC) { in jffs2_write_dirent()
[all …]
Dnodelist.h400 uint32_t datalen, int alloc_mode);
403 uint32_t namelen, int alloc_mode);
/kernel/linux/linux-5.10/fs/f2fs/
Dgc.c225 if (p->alloc_mode == SSR) { in select_policy()
230 } else if (p->alloc_mode == AT_SSR) { in select_policy()
254 (p->gc_mode != GC_AT && p->alloc_mode != AT_SSR) && in select_policy()
270 if (p->alloc_mode == SSR) in get_max_cost()
272 else if (p->alloc_mode == AT_SSR) in get_max_cost()
341 if (p->alloc_mode == SSR) in get_gc_cost()
606 else if (p->alloc_mode == AT_SSR) in lookup_victim_by_age()
639 char alloc_mode, unsigned long long age) in get_victim_by_default() argument
653 p.alloc_mode = alloc_mode; in get_victim_by_default()
663 is_atgc = (p.gc_mode == GC_AT || p.alloc_mode == AT_SSR); in get_victim_by_default()
[all …]
Dsuper.c869 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_DEFAULT; in parse_options()
871 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in parse_options()
1703 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_DEFAULT) in f2fs_show_options()
1705 else if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in f2fs_show_options()
1733 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_DEFAULT; in default_options()
3537 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in f2fs_tuning_parameters()
Dsegment.c2738 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in __get_next_segno()
2859 int alloc_mode, unsigned long long age);
2862 int target_type, int alloc_mode, in get_atssr_segment() argument
2869 if (get_ssr_segment(sbi, type, alloc_mode, age)) { in get_atssr_segment()
2961 int alloc_mode, unsigned long long age) in get_ssr_segment() argument
2973 if (!v_ops->get_victim(sbi, &segno, BG_GC, seg_type, alloc_mode, age)) { in get_ssr_segment()
3000 if (!v_ops->get_victim(sbi, &segno, BG_GC, i, alloc_mode, age)) { in get_ssr_segment()
Dsegment.h210 int alloc_mode; /* LFS or SSR */ member
Df2fs.h139 int alloc_mode; /* segment allocation policy */ member
/kernel/linux/linux-5.10/include/trace/events/
Df2fs.h761 __field(int, alloc_mode)
775 __entry->alloc_mode = p->alloc_mode;
791 show_alloc_mode(__entry->alloc_mode),
/kernel/linux/linux-5.10/Documentation/filesystems/
Df2fs.rst223 alloc_mode=%s Adjust block allocation policy, which supports "reuse"