Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddata.c315 iomap->type = IOMAP_INLINE; in erofs_iomap_begin()
339 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
342 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
/linux/fs/iomap/
H A Dfiemap.c24 case IOMAP_INLINE: in iomap_to_fiemap()
H A Dswapfile.c102 case IOMAP_INLINE: in iomap_swapfile_iter()
H A Dioend.c166 case IOMAP_INLINE: in iomap_add_to_ioend()
H A Dtrace.h93 { IOMAP_INLINE, "INLINE" }
H A Dbuffered-io.c297 * Only a single IOMAP_INLINE extent is allowed at the end of each file.
372 if (iomap->type == IOMAP_INLINE) { in iomap_readpage_iter()
854 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
924 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
H A Ddirect-io.c558 case IOMAP_INLINE: in iomap_dio_iter()
/linux/include/linux/
H A Diomap.h32 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst209 * **IOMAP_INLINE**: The file range maps to the memory buffer
287 ``IOMAP_INLINE`` mappings.
H A Doperations.rst301 Do not return ``IOMAP_INLINE`` mappings here; the ``->iomap_end``
/linux/fs/ext4/
H A Dinline.c1818 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
/linux/fs/gfs2/
H A Dbmap.c888 iomap->type = IOMAP_INLINE; in __gfs2_iomap_get()