Home
last modified time | relevance | path

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

/Linux-v5.4/fs/iomap/
Dswapfile.c99 if (iomap->flags & IOMAP_F_DIRTY) { in iomap_swapfile_activate_actor()
Ddirect-io.c232 if (!(iomap->flags & (IOMAP_F_SHARED|IOMAP_F_DIRTY)) && in iomap_dio_bio_actor()
/Linux-v5.4/include/linux/
Diomap.h37 #define IOMAP_F_DIRTY 0x02 /* uncommitted metadata */ macro
/Linux-v5.4/fs/xfs/
Dxfs_iomap.c85 iomap->flags |= IOMAP_F_DIRTY; in xfs_bmbt_to_iomap()
/Linux-v5.4/fs/
Ddax.c1239 && (iomap->flags & IOMAP_F_DIRTY); in dax_fault_is_synchronous()
/Linux-v5.4/fs/ext4/
Dinode.c3528 iomap->flags |= IOMAP_F_DIRTY; in ext4_iomap_begin()