Searched refs:is_read_io (Results 1 – 2 of 2) sorted by relevance
101 if (is_read_io(fio->rw)) in __submit_merged_bio()116 io = is_read_io(rw) ? &sbi->read_io : &sbi->write_io[btype]; in f2fs_submit_merged_bio()145 bio = __bio_alloc(sbi, fio->blk_addr, 1, is_read_io(fio->rw)); in f2fs_submit_page_bio()162 bool is_read = is_read_io(fio->rw); in f2fs_submit_page_mbio()
579 #define is_read_io(rw) (((rw) & 1) == READ) macro