Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dbuffered-io.c983 if (write_ops && write_ops->iomap_valid) { in iomap_write_begin()
984 bool iomap_valid = write_ops->iomap_valid(iter->inode, in iomap_write_begin() local
986 if (!iomap_valid) { in iomap_write_begin()
/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/ntfs/
H A Diomap.c336 .iomap_valid = ntfs_iomap_valid,