Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diomap.h157 #define IOMAP_DIO_UNWRITTEN (1 << 0) /* covers unwritten extent(s) */ macro
/Linux-v4.19/fs/xfs/
Dxfs_file.c423 if (flags & IOMAP_DIO_UNWRITTEN) in xfs_dio_write_end_io()
/Linux-v4.19/fs/
Diomap.c1591 dio->flags |= IOMAP_DIO_UNWRITTEN; in iomap_dio_bio_actor()