Searched defs:f2fs_bio_info (Results 1 – 1 of 1) sorted by relevance
1200 struct f2fs_bio_info { struct1201 struct f2fs_sb_info *sbi; /* f2fs superblock */1202 struct bio *bio; /* bios to merge */1203 sector_t last_block_in_bio; /* last block number */1204 struct f2fs_io_info fio; /* store buffered io info. */1205 struct rw_semaphore io_rwsem; /* blocking op for bio */1206 spinlock_t io_lock; /* serialize DATA/NODE IOs */1207 struct list_head io_list; /* track fios */1208 struct list_head bio_list; /* bio entry list head */1209 struct rw_semaphore bio_list_lock; /* lock to protect bio entry list */