Lines Matching refs:alloc_mode
61 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()
301 alloc_mode, JFFS2_SUMMARY_DIRENT_SIZE(namelen)); in jffs2_write_dirent()