Home
last modified time | relevance | path

Searched refs:iomap_end (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/fs/iomap/
H A Diter.c79 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 Ddesign.rst89 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 Dporting.rst54 ``->iomap_end`` if necessary) to allow iomap to obtain a read-only
92 functionality in the ``->iomap_begin``/``->iomap_end`` methods.
H A Doperations.rst96 ``->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 Diomap.h214 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length, member
/linux-6.15/fs/erofs/
H A Ddata.c330 .iomap_end = erofs_iomap_end,
/linux-6.15/fs/btrfs/
H A Ddirect-io.c753 .iomap_end = btrfs_dio_iomap_end,
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c1047 .iomap_end = xfs_dax_write_iomap_end,
1816 .iomap_end = xfs_buffered_write_iomap_end,
/linux-6.15/fs/fuse/
H A Ddax.c659 .iomap_end = fuse_iomap_end,
/linux-6.15/fs/ext2/
H A Dinode.c891 .iomap_end = ext2_iomap_end,
/linux-6.15/fs/gfs2/
H A Dbmap.c1189 .iomap_end = gfs2_iomap_end,
/linux-6.15/fs/ext4/
H A Dinode.c3508 .iomap_end = ext4_iomap_end,
3513 .iomap_end = ext4_iomap_end,