Searched refs:iomap_end (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/iomap/ |
| H A D | iter.c | 79 if (ops->iomap_end) { in iomap_iter() 80 ret = ops->iomap_end(iter->inode, iter->iter_start_pos, in iomap_iter()
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | design.rst | 89 4. Release the mapping via ``->iomap_end``, if necessary 193 ``->iomap_end`` function must delete the reservation. 212 For write operation, the ``->iomap_end`` function presumably 254 The filesystem should supply an ``->iomap_end`` function if it needs 261 iomap will call ``->iomap_end`` on this mapping and then 281 This value will be passed unchanged to ``->iomap_end``. 289 should not be held between ``->iomap_begin`` and ``->iomap_end``. 307 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length, 371 ``->iomap_end`` 374 After the operation completes, the ``->iomap_end`` function, if present, [all …]
|
| H A D | porting.rst | 54 ``->iomap_end`` if necessary) to allow iomap to obtain a read-only 92 functionality in the ``->iomap_begin``/``->iomap_end`` methods.
|
| H A D | operations.rst | 96 ``->iomap_begin`` and ``->iomap_end`` because pagecache operations 214 ``->iomap_end`` function to find all the clean areas of the folios 300 Do not return ``IOMAP_INLINE`` mappings here; the ``->iomap_end`` 346 set ``struct iomap_end::bio::bi_end_io`` to its own function. 473 The ``->iomap_begin`` or ``->iomap_end`` functions may also return
|
| /linux-6.15/include/linux/ |
| H A D | iomap.h | 214 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length, member
|
| /linux-6.15/fs/erofs/ |
| H A D | data.c | 330 .iomap_end = erofs_iomap_end,
|
| /linux-6.15/fs/btrfs/ |
| H A D | direct-io.c | 753 .iomap_end = btrfs_dio_iomap_end,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iomap.c | 1047 .iomap_end = xfs_dax_write_iomap_end, 1816 .iomap_end = xfs_buffered_write_iomap_end,
|
| /linux-6.15/fs/fuse/ |
| H A D | dax.c | 659 .iomap_end = fuse_iomap_end,
|
| /linux-6.15/fs/ext2/ |
| H A D | inode.c | 891 .iomap_end = ext2_iomap_end,
|
| /linux-6.15/fs/gfs2/ |
| H A D | bmap.c | 1189 .iomap_end = gfs2_iomap_end,
|
| /linux-6.15/fs/ext4/ |
| H A D | inode.c | 3508 .iomap_end = ext4_iomap_end, 3513 .iomap_end = ext4_iomap_end,
|