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

/linux-master/fs/f2fs/
H A Dcheckpoint.c70 .is_por = !is_meta ? 1 : 0,
263 .is_por = (type == META_POR) ? 1 : 0,
H A Ddata.c692 fio->is_por ? META_POR : (__is_meta_io(fio) ?
H A Df2fs.h1215 unsigned int is_por:1; /* indicate IO is from recovery or not */ member in struct:f2fs_io_info

Completed in 143 milliseconds