Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h1238 struct f2fs_bio_info { struct
1239 struct f2fs_sb_info *sbi; /* f2fs superblock */
1240 struct bio *bio; /* bios to merge */
1241 sector_t last_block_in_bio; /* last block number */
1242 struct f2fs_io_info fio; /* store buffered io info. */
1244 struct completion zone_wait; /* condition value for the previous open zone to close */
1245 struct bio *zone_pending_bio; /* pending bio for the previous zone */
1246 void *bi_private; /* previous bi_private for pending bio */
1248 struct f2fs_rwsem io_rwsem; /* blocking op for bio */
1249 spinlock_t io_lock; /* serialize DATA/NODE IOs */
[all …]