Home
last modified time | relevance | path

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

/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);
/fs/f2fs/
Dgc.c188 if (p->alloc_mode == SSR) { in select_policy()
221 if (p->alloc_mode == SSR) in get_max_cost()
285 if (p->alloc_mode == SSR) in get_gc_cost()
316 unsigned int *result, int gc_type, int type, char alloc_mode) in get_victim_by_default() argument
328 p.alloc_mode = alloc_mode; in get_victim_by_default()
344 if (__is_large_section(sbi) && p.alloc_mode == LFS) { in get_victim_by_default()
361 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
410 p.alloc_mode != SSR)) in get_victim_by_default()
436 if (p.alloc_mode == LFS) { in get_victim_by_default()
Dsuper.c845 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_DEFAULT; in parse_options()
847 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in parse_options()
1654 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_DEFAULT) in f2fs_show_options()
1656 else if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in f2fs_show_options()
1683 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_DEFAULT; in default_options()
3452 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in f2fs_tuning_parameters()
Dsegment.h168 int alloc_mode; /* LFS or SSR */ member
Df2fs.h137 int alloc_mode; /* segment allocation policy */ member
Dsegment.c2509 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in __get_next_segno()