Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dbio.h32 struct btrfs_bio { struct
37 struct btrfs_inode *inode;
38 u64 file_offset;
40 union {
69 btrfs_bio_end_io_t end_io; argument
82 * bytes for entire btrfs_bio but relies on bio being last. argument
87 static inline struct btrfs_bio *btrfs_bio(struct bio *bio) in btrfs_bio() function