Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Ddata.c189 iomap->type = IOMAP_INLINE; in erofs_iomap_begin()
210 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
214 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
/Linux-v5.15/fs/iomap/
Dfiemap.c26 case IOMAP_INLINE: in iomap_to_fiemap()
Dswapfile.c105 case IOMAP_INLINE: in iomap_swapfile_iter()
Dtrace.h92 { IOMAP_INLINE, "INLINE" }
Dbuffered-io.c259 if (iomap->type == IOMAP_INLINE) in iomap_readpage_iter()
622 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
696 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1315 if (WARN_ON_ONCE(wpc->iomap.type == IOMAP_INLINE)) in iomap_writepage_map()
Ddirect-io.c422 case IOMAP_INLINE: in iomap_dio_iter()
/Linux-v5.15/include/linux/
Diomap.h31 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/Linux-v5.15/fs/ext4/
Dinline.c1874 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
Dextents.c4847 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/Linux-v5.15/fs/gfs2/
Dbmap.c890 iomap->type = IOMAP_INLINE; in __gfs2_iomap_get()