Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Diostat.c225 if (page_type == META_FLUSH) { in __update_iostat_latency()
H A Ddata.c673 /* change META to META_FLUSH in the checkpoint procedure */ in __f2fs_submit_merged_write()
674 if (type >= META_FLUSH) { in __f2fs_submit_merged_write()
675 io->fio.type = META_FLUSH; in __f2fs_submit_merged_write()
H A Dcheckpoint.c1427 f2fs_submit_merged_write(sbi, META_FLUSH); in commit_checkpoint()
H A Df2fs.h1107 * META_FLUSH Make sure the previous pages are written
1117 META_FLUSH, enumerator
1190 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */
/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h17 TRACE_DEFINE_ENUM(META_FLUSH); variable
61 { META_FLUSH, "META_FLUSH" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h17 TRACE_DEFINE_ENUM(META_FLUSH); variable
59 { META_FLUSH, "META_FLUSH" }, \
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c638 /* change META to META_FLUSH in the checkpoint procedure */ in __f2fs_submit_merged_write()
639 if (type >= META_FLUSH) { in __f2fs_submit_merged_write()
640 io->fio.type = META_FLUSH; in __f2fs_submit_merged_write()
H A Dcheckpoint.c1409 f2fs_submit_merged_write(sbi, META_FLUSH); in commit_checkpoint()
H A Df2fs.h1049 * META_FLUSH Make sure the previous pages are written
1059 META_FLUSH, enumerator
1129 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */

Completed in 35 milliseconds