Lines Matching defs:bio
23 #include <linux/bio.h>
369 int error; /* bio error */
371 unsigned short bio_ref; /* bio reference count */
1108 * with waiting the bio's completion
1123 HOT = 0, /* must be zero for meta bio */
1211 struct bio **bio; /* bio for ipu */
1212 sector_t *last_block; /* last block number in bio */
1216 struct bio *bio;
1223 struct bio *bio; /* bios to merge */
1228 struct bio *zone_pending_bio; /* pending bio for the previous zone */
1229 void *bi_private; /* previous bi_private for pending bio */
1231 struct f2fs_rwsem io_rwsem; /* blocking op for bio */
1234 struct list_head bio_list; /* bio entry list head */
1235 struct f2fs_rwsem bio_list_lock; /* lock to protect bio entry list */
1523 * bio. These references are necessary prevent compressed pages from
1524 * being freed while they are still in a bio.
1561 /* for bio operations */
3810 void f2fs_submit_read_bio(struct f2fs_sb_info *sbi, struct bio *bio,
3818 struct bio **bio, struct page *page);
3848 struct bio **bio, sector_t *last_block,
4262 void f2fs_compress_write_end_io(struct bio *bio, struct page *page);
4284 int f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret,