Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diomap.h364 #define IOMAP_DIO_UNWRITTEN (1 << 0) /* covers unwritten extent(s) */ macro
/openbmc/linux/fs/iomap/
H A Ddirect-io.c296 dio->flags |= IOMAP_DIO_UNWRITTEN; in iomap_dio_bio_iter()
/openbmc/linux/fs/ext4/
H A Dfile.c380 if (!error && size && flags & IOMAP_DIO_UNWRITTEN) in ext4_dio_write_end_io()
/openbmc/linux/fs/xfs/
H A Dxfs_file.c535 if (flags & IOMAP_DIO_UNWRITTEN) { in xfs_dio_write_end_io()