Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Ddata.c295 iomap->type = IOMAP_INLINE; in erofs_iomap_begin()
323 DBG_BUGON(iomap->type != IOMAP_INLINE); in erofs_iomap_end()
326 DBG_BUGON(iomap->type == IOMAP_INLINE); in erofs_iomap_end()
/Linux-v6.1/fs/iomap/
Dfiemap.c27 case IOMAP_INLINE: in iomap_to_fiemap()
Dswapfile.c105 case IOMAP_INLINE: in iomap_swapfile_iter()
Dtrace.h92 { IOMAP_INLINE, "INLINE" }
Dbuffered-io.c268 if (iomap->type == IOMAP_INLINE) in iomap_readpage_iter()
624 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
699 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end()
1364 if (WARN_ON_ONCE(wpc->iomap.type == IOMAP_INLINE)) in iomap_writepage_map()
Ddirect-io.c445 case IOMAP_INLINE: in iomap_dio_iter()
/Linux-v6.1/include/linux/
Diomap.h31 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/Linux-v6.1/fs/ext4/
Dinline.c1906 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
Dextents.c4886 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/Linux-v6.1/fs/gfs2/
Dbmap.c888 iomap->type = IOMAP_INLINE; in __gfs2_iomap_get()