Searched refs:META_POR (Results 1 – 4 of 4) sorted by relevance
/linux/fs/f2fs/ |
H A D | checkpoint.c | 194 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 D | node.c | 2911 f2fs_ra_meta_pages(sbi, addr, nrpages, META_POR, true); in f2fs_restore_node_summary()
|
H A D | data.c | 696 fio->is_por ? META_POR : (__is_meta_io(fio) ? in f2fs_submit_page_bio()
|
H A D | f2fs.h | 288 META_POR, enumerator
|