Home
last modified time | relevance | path

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

/Linux-v4.19/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);
/Linux-v4.19/fs/f2fs/
Dgc.c178 if (p->alloc_mode == SSR) { in select_policy()
208 if (p->alloc_mode == SSR) in get_max_cost()
272 if (p->alloc_mode == SSR) in get_gc_cost()
303 unsigned int *result, int gc_type, int type, char alloc_mode) in get_victim_by_default() argument
314 p.alloc_mode = alloc_mode; in get_victim_by_default()
332 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
389 if (p.alloc_mode == LFS) { in get_victim_by_default()
Dsuper.c734 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_DEFAULT; in parse_options()
737 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in parse_options()
1368 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_DEFAULT) in f2fs_show_options()
1370 else if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in f2fs_show_options()
1388 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_DEFAULT; in default_options()
2722 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in f2fs_tuning_parameters()
Dsegment.h170 int alloc_mode; /* LFS or SSR */ member
Df2fs.h137 int alloc_mode; /* segment allocation policy */ member
Dsegment.c2346 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in __get_next_segno()
/Linux-v4.19/include/trace/events/
Df2fs.h705 __field(int, alloc_mode)
719 __entry->alloc_mode = p->alloc_mode;
735 show_alloc_mode(__entry->alloc_mode),
/Linux-v4.19/Documentation/filesystems/
Df2fs.txt201 alloc_mode=%s Adjust block allocation policy, which supports "reuse"