Home
last modified time | relevance | path

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

/linux/fs/f2fs/ !
H A Ddata.c662 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write()
693 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond()
1006 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write()
H A Df2fs.h1259 #define PAGE_TYPE_OF_BIO(type) ((type) > META ? META : (type)) macro
3754 #define __is_meta_io(fio) (PAGE_TYPE_OF_BIO((fio)->type) == META)