Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c653 sbi->write_io[i][j].zone_pending_bio = NULL; in f2fs_init_write_merge_io()
1015 if (f2fs_sb_has_blkzoned(sbi) && btype < META && io->zone_pending_bio) { in f2fs_submit_page_write()
1017 bio_put(io->zone_pending_bio); in f2fs_submit_page_write()
1018 io->zone_pending_bio = NULL; in f2fs_submit_page_write()
1091 io->zone_pending_bio = io->bio; in f2fs_submit_page_write()
H A Df2fs.h1228 struct bio *zone_pending_bio; /* pending bio for the previous zone */ member

Completed in 14 milliseconds