Home
last modified time | relevance | path

Searched refs:IOMAP_INLINE (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/fs/erofs/
H A Ddata.c294 iomap->type = IOMAP_INLINE; in erofs_iomap_begin()
320 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
323 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
/linux-6.15/fs/iomap/
H A Dfiemap.c27 case IOMAP_INLINE: in iomap_to_fiemap()
H A Dswapfile.c105 case IOMAP_INLINE: in iomap_swapfile_iter()
H A Dbuffered-io.c377 if (iomap->type == IOMAP_INLINE) { in iomap_readpage_iter()
822 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
891 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1765 case IOMAP_INLINE: in iomap_writepage_map_blocks()
H A Dtrace.h93 { IOMAP_INLINE, "INLINE" }
H A Ddirect-io.c563 case IOMAP_INLINE: in iomap_dio_iter()
/linux-6.15/include/linux/
H A Diomap.h32 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/linux-6.15/Documentation/filesystems/iomap/
H A Ddesign.rst210 * **IOMAP_INLINE**: The file range maps to the memory buffer
276 ``IOMAP_INLINE`` mappings.
H A Doperations.rst300 Do not return ``IOMAP_INLINE`` mappings here; the ``->iomap_end``
/linux-6.15/fs/ext4/
H A Dinline.c1843 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
H A Dextents.c4896 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/linux-6.15/fs/gfs2/
H A Dbmap.c888 iomap->type = IOMAP_INLINE; in __gfs2_iomap_get()