Home
last modified time | relevance | path

Searched refs:META_POR (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Dcheckpoint.c194 case META_POR: in __f2fs_is_valid_blkaddr()
263 .is_por = (type == META_POR) ? 1 : 0, in f2fs_ra_meta_pages()
268 if (unlikely(type == META_POR)) in f2fs_ra_meta_pages()
296 case META_POR: in f2fs_ra_meta_pages()
340 f2fs_ra_meta_pages(sbi, index, ra_blocks, META_POR, true); in f2fs_ra_meta_pages_cond()
H A Dnode.c2911 f2fs_ra_meta_pages(sbi, addr, nrpages, META_POR, true); in f2fs_restore_node_summary()
H A Ddata.c696 fio->is_por ? META_POR : (__is_meta_io(fio) ? in f2fs_submit_page_bio()
H A Df2fs.h288 META_POR, enumerator