Searched refs:iomap_end (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/iomap/ |
| H A D | iter.c | 80 if (ops->iomap_end) { in iomap_iter() 81 ret = ops->iomap_end(iter->inode, iter->iter_start_pos, in iomap_iter()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | design.rst | 89 4. Release the mapping via ``->iomap_end``, if necessary 192 ``->iomap_end`` function must delete the reservation. 211 For write operation, the ``->iomap_end`` function presumably 265 The filesystem should supply an ``->iomap_end`` function if it needs 272 iomap will call ``->iomap_end`` on this mapping and then 292 This value will be passed unchanged to ``->iomap_end``. 298 should not be held between ``->iomap_begin`` and ``->iomap_end``. 316 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length, 380 ``->iomap_end`` 383 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 | 94 ``->iomap_begin`` and ``->iomap_end`` because pagecache operations 259 ``->iomap_end`` function to find all the clean areas of the folios 344 Do not return ``IOMAP_INLINE`` mappings here; the ``->iomap_end`` 514 The ``->iomap_begin`` or ``->iomap_end`` functions may also return
|
| /linux/include/linux/ |
| H A D | iomap.h | 222 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length, member
|
| /linux/fs/erofs/ |
| H A D | data.c | 349 .iomap_end = erofs_iomap_end,
|
| /linux/fs/xfs/ |
| H A D | xfs_iomap.c | 1300 .iomap_end = xfs_dax_write_iomap_end, 2092 .iomap_end = xfs_buffered_write_iomap_end,
|
| /linux/fs/ext2/ |
| H A D | inode.c | 891 .iomap_end = ext2_iomap_end,
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 1193 .iomap_end = gfs2_iomap_end,
|