Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/iomap/
H A Dfiemap.c31 case IOMAP_INLINE: in iomap_to_fiemap()
H A Dswapfile.c96 case IOMAP_INLINE: in iomap_swapfile_activate_actor()
H A Dtrace.h84 { IOMAP_INLINE, "INLINE" }
H A 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()
1366 if (WARN_ON_ONCE(wpc->iomap.type == IOMAP_INLINE)) in iomap_writepage_map()
H A Ddirect-io.c396 case IOMAP_INLINE: in iomap_dio_actor()
/OK3568_Linux_fs/kernel/include/linux/
H A Diomap.h32 #define IOMAP_INLINE 4 /* data inline in the inode */ macro
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinline.c1883 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()
H A Dextents.c4884 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.c890 iomap->type = IOMAP_INLINE; in gfs2_iomap_get()