Searched refs:iomap_ops (Results 1 - 25 of 34) sorted by last modified time

12

/linux-master/fs/erofs/
H A Dinternal.h395 extern const struct iomap_ops z_erofs_iomap_report_ops;
H A Ddata.c334 static const struct iomap_ops erofs_iomap_ops = {
H A Dzmap.c768 const struct iomap_ops z_erofs_iomap_report_ops = {
/linux-master/fs/btrfs/
H A Dinode.c7848 static const struct iomap_ops btrfs_dio_iomap_ops = {
/linux-master/include/linux/
H A Dfs.h79 struct iomap_ops;
2125 const struct iomap_ops *dax_read_ops);
H A Ddax.h13 struct iomap_ops;
210 const struct iomap_ops *ops);
212 const struct iomap_ops *ops);
214 const struct iomap_ops *ops);
244 const struct iomap_ops *ops);
246 pfn_t *pfnp, int *errp, const struct iomap_ops *ops);
255 const struct iomap_ops *ops);
259 const struct iomap_ops *ops);
H A Diomap.h182 struct iomap_ops { struct
226 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops);
260 const struct iomap_ops *ops);
265 int iomap_read_folio(struct folio *folio, const struct iomap_ops *ops);
266 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
273 const struct iomap_ops *ops);
275 bool *did_zero, const struct iomap_ops *ops);
277 const struct iomap_ops *ops);
279 const struct iomap_ops *ops);
281 u64 start, u64 len, const struct iomap_ops *op
[all...]
/linux-master/fs/gfs2/
H A Dbmap.c1187 const struct iomap_ops gfs2_iomap_ops = {
/linux-master/fs/f2fs/
H A Df2fs.h3868 extern const struct iomap_ops f2fs_iomap_ops;
H A Ddata.c4212 const struct iomap_ops f2fs_iomap_ops = {
/linux-master/fs/ext4/
H A Dinode.c3420 const struct iomap_ops ext4_iomap_ops = {
3425 const struct iomap_ops ext4_iomap_overwrite_ops = {
3481 const struct iomap_ops ext4_iomap_report_ops = {
H A Dextents.c4951 static const struct iomap_ops ext4_iomap_xattr_ops = {
H A Dext4.h3825 extern const struct iomap_ops ext4_iomap_ops;
3826 extern const struct iomap_ops ext4_iomap_overwrite_ops;
3827 extern const struct iomap_ops ext4_iomap_report_ops;
H A Dfile.c505 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; local
576 iomap_ops = &ext4_iomap_overwrite_ops;
577 ret = iomap_dio_rw(iocb, from, iomap_ops, &ext4_dio_write_ops,
/linux-master/fs/xfs/
H A Dxfs_iomap.c924 const struct iomap_ops xfs_direct_write_iomap_ops = {
950 const struct iomap_ops xfs_dax_write_iomap_ops = {
1224 const struct iomap_ops xfs_buffered_write_iomap_ops = {
1234 const struct iomap_ops xfs_page_mkwrite_iomap_ops = {
1279 const struct iomap_ops xfs_read_iomap_ops = {
1367 const struct iomap_ops xfs_seek_iomap_ops = {
1414 const struct iomap_ops xfs_xattr_iomap_ops = {
/linux-master/fs/
H A Dinternal.h11 struct iomap_ops;
H A Dremap_range.c280 const struct iomap_ops *dax_read_ops)
H A Ddax.c1303 const struct iomap_ops *ops)
1390 const struct iomap_ops *ops)
1407 const struct iomap_ops *ops)
1549 const struct iomap_ops *ops)
1698 int *iomap_errp, const struct iomap_ops *ops)
1808 const struct iomap_ops *ops)
1888 const struct iomap_ops *ops)
1908 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops)
2032 const struct iomap_ops *ops)
2062 const struct iomap_ops *op
[all...]
/linux-master/fs/ext2/
H A Dinode.c889 const struct iomap_ops ext2_iomap_ops = {
H A Dext2.h786 extern const struct iomap_ops ext2_iomap_ops;
/linux-master/fs/zonefs/
H A Dfile.c60 static const struct iomap_ops zonefs_read_iomap_ops = {
109 static const struct iomap_ops zonefs_write_iomap_ops = {
/linux-master/fs/iomap/
H A Ddirect-io.c542 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
744 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
H A Dbuffered-io.c446 int iomap_read_folio(struct folio *folio, const struct iomap_ops *ops)
523 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops)
1001 const struct iomap_ops *ops)
1354 const struct iomap_ops *ops)
1416 const struct iomap_ops *ops)
1434 const struct iomap_ops *ops)
1466 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops)
/linux-master/block/
H A Dfops.c402 static const struct iomap_ops blkdev_iomap_ops = {
/linux-master/fs/fuse/
H A Ddax.c656 static const struct iomap_ops fuse_iomap_ops = {

Completed in 490 milliseconds

12