Searched refs:alloc_mode (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/jffs2/ |
| H A D | write.c | 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() [all …]
|
| H A D | nodelist.h | 400 uint32_t datalen, int alloc_mode); 403 uint32_t namelen, int alloc_mode);
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | iommu_pt.h | 373 enum alloc_mode {ALLOC_NORMAL, ALLOC_DEFER_COHERENT_FLUSH}; in _table_alloc() 378 enum alloc_mode mode) in _table_alloc() 403 enum alloc_mode mode) 416 gfp_t gfp, enum alloc_mode mode) in pt_iommu_new_table() 362 enum alloc_mode {ALLOC_NORMAL, ALLOC_DEFER_COHERENT_FLUSH}; global() enum
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 841 __field(int, alloc_mode) 855 __entry->alloc_mode = p->alloc_mode; 871 show_alloc_mode(__entry->alloc_mode),
|
| /linux/fs/f2fs/ |
| H A D | super.c | 1021 F2FS_CTX_INFO(ctx).alloc_mode = result.uint_32; in f2fs_parse_param() 1744 F2FS_OPTION(sbi).alloc_mode = F2FS_CTX_INFO(ctx).alloc_mode; in f2fs_apply_options() 2486 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_DEFAULT) in f2fs_show_options() 2488 else if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in f2fs_show_options() 2561 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in default_options() 2563 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_DEFAULT; in default_options()
|