Lines Matching defs:bio
22 #include <linux/bio.h>
330 int error; /* bio error */
332 unsigned short bio_ref; /* bio reference count */
1050 * with waiting the bio's completion
1069 HOT = 0, /* must be zero for meta bio */
1148 struct bio **bio; /* bio for ipu */
1149 sector_t *last_block; /* last block number in bio */
1154 struct bio *bio;
1161 struct bio *bio; /* bios to merge */
1164 struct rw_semaphore io_rwsem; /* blocking op for bio */
1167 struct list_head bio_list; /* bio entry list head */
1168 struct rw_semaphore bio_list_lock; /* lock to protect bio entry list */
1411 /* for bio operations */
3477 struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, int npages, bool noio);
3481 struct bio *bio, enum page_type type);
3487 struct bio **bio, struct page *page);
3493 block_t blk_addr, struct bio *bio);
3519 struct bio **bio, sector_t *last_block,
3931 void f2fs_compress_write_end_io(struct bio *bio, struct page *page);
3935 void f2fs_decompress_pages(struct bio *bio, struct page *page, bool verity);
3944 int f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret,