Lines Matching refs:write_io
637 sbi->write_io[i] = f2fs_kmalloc(sbi,
640 if (!sbi->write_io[i])
644 init_f2fs_rwsem(&sbi->write_io[i][j].io_rwsem);
645 sbi->write_io[i][j].sbi = sbi;
646 sbi->write_io[i][j].bio = NULL;
647 spin_lock_init(&sbi->write_io[i][j].io_lock);
648 INIT_LIST_HEAD(&sbi->write_io[i][j].io_list);
649 INIT_LIST_HEAD(&sbi->write_io[i][j].bio_list);
650 init_f2fs_rwsem(&sbi->write_io[i][j].bio_list_lock);
652 init_completion(&sbi->write_io[i][j].zone_wait);
653 sbi->write_io[i][j].zone_pending_bio = NULL;
654 sbi->write_io[i][j].bi_private = NULL;
666 struct f2fs_bio_info *io = sbi->write_io[btype] + temp;
695 struct f2fs_bio_info *io = sbi->write_io[btype] + temp;
815 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
845 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
894 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
1006 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp;