Searched refs:META_FLUSH (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/f2fs/
H A Diostat.c225 if (page_type == META_FLUSH) {
H A Dcheckpoint.c1442 f2fs_submit_merged_write(sbi, META_FLUSH);
H A Ddata.c625 /* change META to META_FLUSH in the checkpoint procedure */
626 if (type >= META_FLUSH) {
627 io->fio.type = META_FLUSH;
H A Df2fs.h1116 * META_FLUSH Make sure the previous pages are written
1127 META_FLUSH, enumerator in enum:page_type
1200 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */
/linux-master/include/trace/events/
H A Df2fs.h17 TRACE_DEFINE_ENUM(META_FLUSH); variable
59 { META_FLUSH, "META_FLUSH" }, \

Completed in 155 milliseconds