Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/iomap/
H A Doperations.rst94 ``->iomap_begin`` and ``->iomap_end`` because pagecache operations
117 ``->iomap_begin`` function may set ``struct iomap::validity_cookie``
122 iomap::validity_cookie`` during ``->iomap_begin``.
202 The ``flags`` argument to ``->iomap_begin`` will be set to zero.
234 the ``flags`` argument to ``->iomap_begin``.
244 to ``->iomap_begin``.
277 ``->iomap_begin``.
288 to ``->iomap_begin``.
301 ``->iomap_begin``.
514 The ``->iomap_begin`` or ``->iomap_end`` functions may also return
[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.
/linux/include/linux/
H A Diomap.h243 iomap_iter_begin_fn iomap_begin; member