Home
last modified time | relevance | path

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

/linux-6.15/fs/iomap/
H A Dswapfile.c113 if (iomap->flags & IOMAP_F_DIRTY) in iomap_swapfile_iter()
H A Dtrace.h106 { IOMAP_F_DIRTY, "DIRTY" }, \
H A Ddirect-io.c324 if (iomap->flags & (IOMAP_F_SHARED | IOMAP_F_DIRTY)) in iomap_dio_can_use_fua()
/linux-6.15/include/linux/
H A Diomap.h68 #define IOMAP_F_DIRTY (1U << 1) macro
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c151 iomap->flags |= IOMAP_F_DIRTY; in xfs_bmbt_to_iomap()
832 iomap_flags |= IOMAP_F_DIRTY; in xfs_direct_write_iomap_begin()
1012 iomap->flags = IOMAP_F_DIRTY; in xfs_zoned_direct_write_iomap_begin()
H A Dxfs_aops.c583 wpc->iomap.flags = IOMAP_F_DIRTY; in xfs_zoned_map_blocks()
/linux-6.15/fs/ext2/
H A Dinode.c833 iomap->flags |= IOMAP_F_DIRTY; in ext2_iomap_begin()
/linux-6.15/Documentation/filesystems/iomap/
H A Ddesign.rst224 * **IOMAP_F_DIRTY**: The inode will have uncommitted metadata needed
/linux-6.15/fs/
H A Ddax.c1045 (iter->iomap.flags & IOMAP_F_DIRTY); in dax_fault_is_synchronous()
/linux-6.15/fs/f2fs/
H A Ddata.c4243 iomap->flags |= IOMAP_F_DIRTY; in f2fs_iomap_begin()
/linux-6.15/fs/ext4/
H A Dinode.c3295 iomap->flags |= IOMAP_F_DIRTY; in ext4_set_iomap()