Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Df2fs.h1227 struct f2fs_bio_info { struct
1228 struct f2fs_sb_info *sbi; /* f2fs superblock */
1229 struct bio *bio; /* bios to merge */
1230 sector_t last_block_in_bio; /* last block number */
1231 struct f2fs_io_info fio; /* store buffered io info. */
1233 struct completion zone_wait; /* condition value for the previous open zone to close */
1234 struct bio *zone_pending_bio; /* pending bio for the previous zone */
1235 void *bi_private; /* previous bi_private for pending bio */
1237 struct f2fs_rwsem io_rwsem; /* blocking op for bio */
1238 spinlock_t io_lock; /* serialize DATA/NODE IOs */
[all …]