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

/linux-master/fs/f2fs/
H A Ddata.c605 sbi->write_io[i][j].zone_pending_bio = NULL;
953 if (f2fs_sb_has_blkzoned(sbi) && btype < META && io->zone_pending_bio) {
955 bio_put(io->zone_pending_bio);
956 io->zone_pending_bio = NULL;
1021 io->zone_pending_bio = io->bio;
H A Df2fs.h1237 struct bio *zone_pending_bio; /* pending bio for the previous zone */ member in struct:f2fs_bio_info

Completed in 297 milliseconds