Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/iomap/
H A Dswapfile.c106 if (iomap->flags & IOMAP_F_DIRTY) { in iomap_swapfile_activate_actor()
H A Dtrace.h96 { IOMAP_F_DIRTY, "DIRTY" }, \
H A Ddirect-io.c243 if (!(iomap->flags & (IOMAP_F_SHARED|IOMAP_F_DIRTY)) && in iomap_dio_bio_actor()
/OK3568_Linux_fs/kernel/include/linux/
H A Diomap.h55 #define IOMAP_F_DIRTY 0x02 macro
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iomap.c87 iomap->flags |= IOMAP_F_DIRTY; in xfs_bmbt_to_iomap()
756 iomap_flags |= IOMAP_F_DIRTY; in xfs_direct_write_iomap_begin()
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c1262 && (iomap->flags & IOMAP_F_DIRTY); in dax_fault_is_synchronous()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c3428 iomap->flags |= IOMAP_F_DIRTY; in ext4_set_iomap()