Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/iomap/
Dfiemap.c31 case IOMAP_INLINE: in iomap_to_fiemap()
Dswapfile.c96 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()
619 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
718 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1367 if (WARN_ON_ONCE(wpc->iomap.type == IOMAP_INLINE)) in iomap_writepage_map()
Ddirect-io.c390 case IOMAP_INLINE: in iomap_dio_actor()
/kernel/linux/linux-5.10/include/linux/
Diomap.h31 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/kernel/linux/linux-5.10/fs/ext4/
Dinline.c1870 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
Dextents.c4896 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/kernel/linux/linux-5.10/fs/gfs2/
Dbmap.c890 iomap->type = IOMAP_INLINE; in gfs2_iomap_get()