Home
last modified time | relevance | path

Searched refs:iomap_valid (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Diomap.h176 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap); member
/linux-6.15/fs/iomap/
H A Dbuffered-io.c809 if (folio_ops && folio_ops->iomap_valid) { in iomap_write_begin()
810 bool iomap_valid = folio_ops->iomap_valid(iter->inode, in iomap_write_begin() local
812 if (!iomap_valid) { in iomap_write_begin()
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst74 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap);
95 - ``iomap_valid``: The filesystem may not hold locks between
115 ``->iomap_valid`` function to decide if the mapping is still valid.
127 ``->iomap_valid``, then the iomap should considered stale and the
H A Ddesign.rst292 ``iomap_valid`` for details.
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c93 .iomap_valid = xfs_iomap_valid,