Home
last modified time | relevance | path

Searched refs:is_por (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c70 .is_por = !is_meta ? 1 : 0, in __get_meta_page()
248 .is_por = (type == META_POR) ? 1 : 0, in f2fs_ra_meta_pages()
H A Ddata.c692 fio->is_por ? META_POR : (__is_meta_io(fio) ? in f2fs_submit_page_bio()
H A Df2fs.h1212 unsigned int is_por:1; /* indicate IO is from recovery or not */ member