Searched refs:alloc_type (Results 1 – 5 of 5) sorted by relevance
44 int alloc_type = ALLOC_NORMAL; in jffs2_do_setattr() local131 alloc_type = ALLOC_DELETION; in jffs2_do_setattr()139 new_metadata = jffs2_write_dnode(c, f, ri, mdata, mdatalen, alloc_type); in jffs2_do_setattr()
2985 curseg->alloc_type = LFS; in new_curseg()3042 curseg->alloc_type = SSR; in change_curseg()3785 if (curseg->alloc_type == SSR) { in f2fs_allocate_data_block()4133 old_alloc_type = curseg->alloc_type; in f2fs_do_replace_block()4169 curseg->alloc_type = old_alloc_type; in f2fs_do_replace_block()4280 seg_i->alloc_type = ckpt->alloc_type[i]; in read_compacted_summaries()4283 if (seg_i->alloc_type == SSR) in read_compacted_summaries()4375 curseg->alloc_type = ckpt->alloc_type[type]; in read_normal_summaries()5231 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()5234 curseg->alloc_type); in sanity_check_curseg()[all …]
1470 ckpt->alloc_type[i + CURSEG_HOT_NODE] = curseg->alloc_type; in do_checkpoint()1477 ckpt->alloc_type[i + CURSEG_HOT_DATA] = curseg->alloc_type; in do_checkpoint()
269 unsigned char alloc_type; /* current allocation type */ member824 return curseg->alloc_type; in curseg_alloc_type()
4222 ((sbi)->segment_count[(curseg)->alloc_type]++)4224 ((sbi)->block_count[(curseg)->alloc_type]++)
Completed in 41 milliseconds