Home
last modified time | relevance | path

Searched refs:iomap_bio_read_ops (Results 1 – 4 of 4) sorted by relevance

/linux/fs/iomap/
H A Dbio.c161 const struct iomap_read_ops iomap_bio_read_ops = { variable
165 EXPORT_SYMBOL_GPL(iomap_bio_read_ops);
/linux/include/linux/
H A Diomap.h769 extern const struct iomap_read_ops iomap_bio_read_ops;
775 .ops = &iomap_bio_read_ops, in iomap_bio_read_folio()
786 .ops = &iomap_bio_read_ops, in iomap_bio_readahead()
/linux/fs/erofs/
H A Ddata.c397 .ops = &iomap_bio_read_ops, in erofs_read_folio()
415 .ops = &iomap_bio_read_ops, in erofs_readahead()
/linux/fs/xfs/
H A Dxfs_aops.c609 return &iomap_bio_read_ops; in xfs_get_iomap_read_ops()