Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddata.c314 iomap->type = IOMAP_INLINE; in erofs_iomap_begin()
340 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
343 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
/linux/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.c381 if (iomap->type == IOMAP_INLINE) in iomap_readpage_iter()
824 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
893 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1867 case IOMAP_INLINE: in iomap_writepage_map_blocks()
H A Ddirect-io.c530 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.rst210 * **IOMAP_INLINE**: The file range maps to the memory buffer
272 ``IOMAP_INLINE`` mappings.
/linux/fs/ext4/
H A Dinline.c1908 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
H A Dextents.c4950 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/linux/fs/gfs2/
H A Dbmap.c888 iomap->type = IOMAP_INLINE; in __gfs2_iomap_get()