Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddata.c605 sbi->write_io[i][j].zone_pending_bio = NULL; in f2fs_init_write_merge_io()
959 if (f2fs_sb_has_blkzoned(sbi) && btype < META && io->zone_pending_bio) { in f2fs_submit_page_write()
961 bio_put(io->zone_pending_bio); in f2fs_submit_page_write()
962 io->zone_pending_bio = NULL; in f2fs_submit_page_write()
1027 io->zone_pending_bio = io->bio; in f2fs_submit_page_write()
H A Df2fs.h1234 struct bio *zone_pending_bio; /* pending bio for the previous zone */ member