Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dextent_io.h95 struct extent_io_ops { struct
100 extent_submit_bio_hook_t *submit_bio_hook;
101 int (*readpage_end_io_hook)(struct btrfs_io_bio *io_bio, u64 phy_offset,
104 int (*readpage_io_failed_hook)(struct page *page, int failed_mirror);
132 const struct extent_io_ops *ops; argument