Home
last modified time | relevance | path

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

/Linux-v5.10/fs/iomap/
Dfiemap.c31 case IOMAP_INLINE: in iomap_to_fiemap()
Dswapfile.c90 case IOMAP_INLINE: in iomap_swapfile_activate_actor()
Dtrace.h84 { IOMAP_INLINE, "INLINE" }
Dbuffered-io.c248 if (iomap->type == IOMAP_INLINE) { in iomap_readpage_actor()
618 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
717 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1365 if (WARN_ON_ONCE(wpc->iomap.type == IOMAP_INLINE)) in iomap_writepage_map()
Ddirect-io.c390 case IOMAP_INLINE: in iomap_dio_actor()
/Linux-v5.10/include/linux/
Diomap.h31 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/Linux-v5.10/fs/ext4/
Dinline.c1853 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
Dextents.c4834 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/Linux-v5.10/fs/gfs2/
Dbmap.c890 iomap->type = IOMAP_INLINE; in gfs2_iomap_get()