Searched refs:PAGE_TYPE_OF_BIO (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Ddata.c617 enum page_type btype = PAGE_TYPE_OF_BIO(type);
646 enum page_type btype = PAGE_TYPE_OF_BIO(type);
943 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type);
H A Df2fs.h1120 #define PAGE_TYPE_OF_BIO(type) ((type) > META ? META : (type)) macro
3467 #define __is_meta_io(fio) (PAGE_TYPE_OF_BIO((fio)->type) == META)

Completed in 123 milliseconds