Home
last modified time | relevance | path

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

/linux-6.6.21/fs/erofs/
Ddata.c299 iomap->type = IOMAP_INLINE; in erofs_iomap_begin()
327 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
330 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
/linux-6.6.21/fs/iomap/
Dfiemap.c27 case IOMAP_INLINE: in iomap_to_fiemap()
Dswapfile.c105 case IOMAP_INLINE: in iomap_swapfile_iter()
Dtrace.h93 { IOMAP_INLINE, "INLINE" }
Dbuffered-io.c345 if (iomap->type == IOMAP_INLINE) in iomap_readpage_iter()
771 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
841 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1808 if (WARN_ON_ONCE(wpc->iomap.type == IOMAP_INLINE)) in iomap_writepage_map()
Ddirect-io.c501 case IOMAP_INLINE: in iomap_dio_iter()
/linux-6.6.21/include/linux/
Diomap.h32 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/linux-6.6.21/fs/ext4/
Dinline.c1888 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
Dextents.c4915 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/linux-6.6.21/fs/gfs2/
Dbmap.c885 iomap->type = IOMAP_INLINE; in __gfs2_iomap_get()