Searched refs:iomap_begin (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 124 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 D | porting.rst | 53 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 D | design.rst | 78 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 D | iter.c | 109 ret = ops->iomap_begin(iter->inode, iter->pos, iter->len, iter->flags, in iomap_iter()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iomap.c | 969 .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 D | file.c | 61 .iomap_begin = zonefs_read_iomap_begin, 110 .iomap_begin = zonefs_write_iomap_begin,
|
| /linux-6.15/include/linux/ |
| H A D | iomap.h | 204 int (*iomap_begin)(struct inode *inode, loff_t pos, loff_t length, member
|
| /linux-6.15/fs/hpfs/ |
| H A D | file.c | 158 .iomap_begin = hpfs_iomap_begin,
|
| /linux-6.15/fs/erofs/ |
| H A D | data.c | 329 .iomap_begin = erofs_iomap_begin,
|
| H A D | zmap.c | 824 .iomap_begin = z_erofs_iomap_begin_report,
|
| /linux-6.15/fs/btrfs/ |
| H A D | direct-io.c | 752 .iomap_begin = btrfs_dio_iomap_begin,
|
| /linux-6.15/block/ |
| H A D | fops.c | 432 .iomap_begin = blkdev_iomap_begin,
|
| /linux-6.15/fs/fuse/ |
| H A D | dax.c | 658 .iomap_begin = fuse_iomap_begin,
|
| /linux-6.15/fs/ext2/ |
| H A D | inode.c | 890 .iomap_begin = ext2_iomap_begin,
|
| /linux-6.15/fs/ext4/ |
| H A D | inode.c | 3507 .iomap_begin = ext4_iomap_begin, 3512 .iomap_begin = ext4_iomap_overwrite_begin, 3568 .iomap_begin = ext4_iomap_begin_report,
|
| H A D | extents.c | 4929 .iomap_begin = ext4_iomap_xattr_begin,
|
| /linux-6.15/fs/gfs2/ |
| H A D | bmap.c | 1188 .iomap_begin = gfs2_iomap_begin,
|
| /linux-6.15/fs/f2fs/ |
| H A D | data.c | 4249 .iomap_begin = f2fs_iomap_begin,
|