Home
last modified time | relevance | path

Searched refs:iomap_begin (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst124 iomap::validity_cookie`` during ``->iomap_begin``.
189 the ``flags`` argument to ``->iomap_begin``.
199 to ``->iomap_begin``.
232 ``->iomap_begin``.
243 to ``->iomap_begin``.
256 ``->iomap_begin``.
642 ``flags`` argument to ``->iomap_begin``.
682 ``->iomap_begin``.
697 ``->iomap_begin``.
713 ``->iomap_begin``.
[all …]
H A Dporting.rst53 The recommended approach is first to implement ``->iomap_begin`` (and
65 implementation to use the new ``->iomap_begin`` implementation to map
85 At this point, you should look over your ``->iomap_begin`` function.
92 functionality in the ``->iomap_begin``/``->iomap_end`` methods.
H A Ddesign.rst78 1. Obtain a space mapping via ``->iomap_begin``
217 These flags should be set by the filesystem in ``->iomap_begin``:
262 ``->iomap_begin`` to obtain a new mapping.
289 should not be held between ``->iomap_begin`` and ``->iomap_end``.
303 int (*iomap_begin)(struct inode *inode, loff_t pos, loff_t length,
312 ``->iomap_begin``
315 iomap operations call ``->iomap_begin`` to obtain one file mapping for
377 context that were set up in ``->iomap_begin``.
382 ``flags`` will contain the same value passed to ``->iomap_begin``.
415 ``->iomap_begin`` and ``->iomap_end`` functions to coordinate
/linux-6.15/fs/iomap/
H A Diter.c109 ret = ops->iomap_begin(iter->inode, iter->pos, iter->len, iter->flags, in iomap_iter()
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c969 .iomap_begin = xfs_direct_write_iomap_begin,
1021 .iomap_begin = xfs_zoned_direct_write_iomap_begin,
1046 .iomap_begin = xfs_direct_write_iomap_begin,
1815 .iomap_begin = xfs_buffered_write_iomap_begin,
1861 .iomap_begin = xfs_read_iomap_begin,
1949 .iomap_begin = xfs_seek_iomap_begin,
1996 .iomap_begin = xfs_xattr_iomap_begin,
/linux-6.15/fs/zonefs/
H A Dfile.c61 .iomap_begin = zonefs_read_iomap_begin,
110 .iomap_begin = zonefs_write_iomap_begin,
/linux-6.15/include/linux/
H A Diomap.h204 int (*iomap_begin)(struct inode *inode, loff_t pos, loff_t length, member
/linux-6.15/fs/hpfs/
H A Dfile.c158 .iomap_begin = hpfs_iomap_begin,
/linux-6.15/fs/erofs/
H A Ddata.c329 .iomap_begin = erofs_iomap_begin,
H A Dzmap.c824 .iomap_begin = z_erofs_iomap_begin_report,
/linux-6.15/fs/btrfs/
H A Ddirect-io.c752 .iomap_begin = btrfs_dio_iomap_begin,
/linux-6.15/block/
H A Dfops.c432 .iomap_begin = blkdev_iomap_begin,
/linux-6.15/fs/fuse/
H A Ddax.c658 .iomap_begin = fuse_iomap_begin,
/linux-6.15/fs/ext2/
H A Dinode.c890 .iomap_begin = ext2_iomap_begin,
/linux-6.15/fs/ext4/
H A Dinode.c3507 .iomap_begin = ext4_iomap_begin,
3512 .iomap_begin = ext4_iomap_overwrite_begin,
3568 .iomap_begin = ext4_iomap_begin_report,
H A Dextents.c4929 .iomap_begin = ext4_iomap_xattr_begin,
/linux-6.15/fs/gfs2/
H A Dbmap.c1188 .iomap_begin = gfs2_iomap_begin,
/linux-6.15/fs/f2fs/
H A Ddata.c4249 .iomap_begin = f2fs_iomap_begin,