Searched refs:iomap_valid (Results 1 – 5 of 5) sorted by relevance
176 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap); member
809 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() local812 if (!iomap_valid) { in iomap_write_begin()
74 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap);95 - ``iomap_valid``: The filesystem may not hold locks between115 ``->iomap_valid`` function to decide if the mapping is still valid.127 ``->iomap_valid``, then the iomap should considered stale and the
292 ``iomap_valid`` for details.
93 .iomap_valid = xfs_iomap_valid,