Searched refs:iomap_valid (Results 1 – 5 of 5) sorted by relevance
947 if (write_ops && write_ops->iomap_valid) { in iomap_write_begin()948 bool iomap_valid = write_ops->iomap_valid(iter->inode, in iomap_write_begin() local950 if (!iomap_valid) { in iomap_write_begin()
174 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap); member
70 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap);93 - ``iomap_valid``: The filesystem may not hold locks between113 ``->iomap_valid`` function to decide if the mapping is still valid.125 ``->iomap_valid``, then the iomap should considered stale and the
301 ``iomap_valid`` for details.
96 .iomap_valid = xfs_iomap_valid,