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.h1267 struct f2fs_bio_info { struct
1268 struct f2fs_sb_info *sbi; /* f2fs superblock */
1269 struct bio *bio; /* bios to merge */
1270 sector_t last_block_in_bio; /* last block number */
1271 struct f2fs_io_info fio; /* store buffered io info. */
1273 struct completion zone_wait; /* condition value for the previous open zone to close */
1274 struct bio *zone_pending_bio; /* pending bio for the previous zone */
1275 void *bi_private; /* previous bi_private for pending bio */
1277 struct f2fs_rwsem io_rwsem; /* blocking op for bio */
1278 spinlock_t io_lock; /* serialize DATA/NODE IOs */
[all …]