Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Ddata.c300 iomap->type = IOMAP_INLINE; in erofs_iomap_begin()
328 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
331 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
/openbmc/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 Dtrace.h93 { IOMAP_INLINE, "INLINE" }
H A Dbuffered-io.c346 if (iomap->type == IOMAP_INLINE) in iomap_readpage_iter()
772 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
842 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1816 if (WARN_ON_ONCE(wpc->iomap.type == IOMAP_INLINE)) in iomap_writepage_map()
H A Ddirect-io.c501 case IOMAP_INLINE: in iomap_dio_iter()
/openbmc/linux/include/linux/
H A Diomap.h32 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/openbmc/linux/fs/ext4/
H A Dinline.c1907 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
H A Dextents.c4943 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/openbmc/linux/fs/gfs2/
H A Dbmap.c885 iomap->type = IOMAP_INLINE; in __gfs2_iomap_get()