Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dswapfile.c110 if (iomap->flags & IOMAP_F_DIRTY) in iomap_swapfile_iter()
H A Dtrace.h111 { IOMAP_F_DIRTY, "DIRTY" }, \
H A Ddirect-io.c388 !(iomap->flags & IOMAP_F_DIRTY) && in iomap_dio_bio_iter()
/linux/include/linux/
H A Diomap.h70 #define IOMAP_F_DIRTY (1U << 1) macro
/linux/fs/xfs/
H A Dxfs_iomap.c161 iomap->flags |= IOMAP_F_DIRTY; in xfs_bmbt_to_iomap()
877 iomap_flags |= IOMAP_F_DIRTY; in xfs_direct_write_iomap_begin()
1081 iomap->flags = IOMAP_F_DIRTY; in xfs_zoned_direct_write_iomap_begin()
H A Dxfs_aops.c619 wpc->iomap.flags = IOMAP_F_DIRTY; in xfs_zoned_map_blocks()
/linux/fs/ext2/
H A Dinode.c833 iomap->flags |= IOMAP_F_DIRTY; in ext2_iomap_begin()
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst223 * **IOMAP_F_DIRTY**: The inode will have uncommitted metadata needed
/linux/fs/
H A Ddax.c1032 (iter->iomap.flags & IOMAP_F_DIRTY); in dax_fault_is_synchronous()
/linux/fs/f2fs/
H A Ddata.c4240 iomap->flags |= IOMAP_F_DIRTY; in f2fs_iomap_begin()
/linux/fs/ext4/
H A Dinode.c3494 iomap->flags |= IOMAP_F_DIRTY; in ext4_set_iomap()