Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dbuffered-io.c947 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() local
950 if (!iomap_valid) { in iomap_write_begin()
/linux/include/linux/
H A Diomap.h174 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap); member
/linux/Documentation/filesystems/iomap/
H A Doperations.rst70 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap);
93 - ``iomap_valid``: The filesystem may not hold locks between
113 ``->iomap_valid`` function to decide if the mapping is still valid.
125 ``->iomap_valid``, then the iomap should considered stale and the
H A Ddesign.rst301 ``iomap_valid`` for details.
/linux/fs/xfs/
H A Dxfs_iomap.c96 .iomap_valid = xfs_iomap_valid,