Lines Matching defs:bio
10 #include <linux/bio.h>
20 * Maximum number of sectors for a single bio to limit the size of the
21 * checksum array. This matches the number of bio_vecs per bio and thus the
53 * - ordered extent covering the bio
54 * - pointer to the checksums for this bio
82 * bytes for entire btrfs_bio but relies on bio being last.
84 struct bio bio;
87 static inline struct btrfs_bio *btrfs_bio(struct bio *bio)
89 return container_of(bio, struct btrfs_bio, bio);