Home
last modified time | relevance | path

Searched defs:f2fs_bio_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/fs/f2fs/
Df2fs.h1217 struct f2fs_bio_info { struct
1218 struct f2fs_sb_info *sbi; /* f2fs superblock */
1219 struct bio *bio; /* bios to merge */
1220 sector_t last_block_in_bio; /* last block number */
1221 struct f2fs_io_info fio; /* store buffered io info. */
1223 struct completion zone_wait; /* condition value for the previous open zone to close */
1224 struct bio *zone_pending_bio; /* pending bio for the previous zone */
1225 void *bi_private; /* previous bi_private for pending bio */
1227 struct f2fs_rwsem io_rwsem; /* blocking op for bio */
1228 spinlock_t io_lock; /* serialize DATA/NODE IOs */
[all …]