Home
last modified time | relevance | path

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

/openbmc/linux/fs/iomap/
H A Dswapfile.c113 if (iomap->flags & IOMAP_F_DIRTY) in iomap_swapfile_iter()
H A Dtrace.h105 { IOMAP_F_DIRTY, "DIRTY" }, \
H A Ddirect-io.c317 if (!(iomap->flags & (IOMAP_F_SHARED|IOMAP_F_DIRTY)) && in iomap_dio_bio_iter()
/openbmc/linux/include/linux/
H A Diomap.h58 #define IOMAP_F_DIRTY (1U << 1) macro
/openbmc/linux/fs/xfs/
H A Dxfs_iomap.c133 iomap->flags |= IOMAP_F_DIRTY; in xfs_bmbt_to_iomap()
796 iomap_flags |= IOMAP_F_DIRTY; in xfs_direct_write_iomap_begin()
/openbmc/linux/fs/ext2/
H A Dinode.c833 iomap->flags |= IOMAP_F_DIRTY; in ext2_iomap_begin()
/openbmc/linux/fs/
H A Ddax.c859 (iter->iomap.flags & IOMAP_F_DIRTY); in dax_fault_is_synchronous()
/openbmc/linux/fs/f2fs/
H A Ddata.c4203 iomap->flags |= IOMAP_F_DIRTY; in f2fs_iomap_begin()
/openbmc/linux/fs/ext4/
H A Dinode.c3268 iomap->flags |= IOMAP_F_DIRTY; in ext4_set_iomap()