Home
last modified time | relevance | path

Searched refs:IOMAP_F_DIRTY (Results 1 – 7 of 7) sorted by relevance

/linux/fs/iomap/
H A Dswapfile.c113 if (iomap->flags & IOMAP_F_DIRTY) in iomap_swapfile_iter()
162 * IOMAP_F_DIRTY iomaps. in iomap_swapfile_activate()
H A Ddirect-io.c338 if (!(iomap->flags & (IOMAP_F_SHARED|IOMAP_F_DIRTY)) && in iomap_dio_bio_iter()
/linux/include/linux/
H A Diomap.h61 #define IOMAP_F_DIRTY (1U << 1) macro
/linux/fs/ext2/
H A Dinode.c833 iomap->flags |= IOMAP_F_DIRTY; in ext2_iomap_begin()
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst224 * **IOMAP_F_DIRTY**: The inode will have uncommitted metadata needed
/linux/fs/
H A Ddax.c859 (iter->iomap.flags & IOMAP_F_DIRTY); in dax_fault_is_synchronous()
/linux/fs/ext4/
H A Dinode.c3288 iomap->flags |= IOMAP_F_DIRTY; in ext4_set_iomap()