Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dbuffered-io.c1073 if (write_ops && write_ops->iomap_valid) { in iomap_write_begin()
1074 bool iomap_valid = write_ops->iomap_valid(iter->inode, in iomap_write_begin() local
1076 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
/linux/include/linux/
H A Diomap.h184 bool (*iomap_valid)(struct inode *inode, const struct iomap *iomap); member