Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diomap.h26 #define IOMAP_INLINE 0x05 /* data inline in the inode */ macro
/Linux-v4.19/fs/
Diomap.c292 if (iomap->type == IOMAP_INLINE) { in iomap_readpage_actor()
654 if (iomap->type == IOMAP_INLINE) in iomap_write_begin()
747 if (iomap->type == IOMAP_INLINE) { in iomap_write_end()
1122 case IOMAP_INLINE: in iomap_to_fiemap()
1741 case IOMAP_INLINE: in iomap_dio_actor()
1986 case IOMAP_INLINE: in iomap_swapfile_activate_actor()
/Linux-v4.19/fs/gfs2/
Dbmap.c854 iomap->type = IOMAP_INLINE; in gfs2_iomap_get()
1118 if (iomap->type != IOMAP_INLINE) { in gfs2_iomap_end()
/Linux-v4.19/fs/ext4/
Dinline.c1850 iomap->type = IOMAP_INLINE; in ext4_inline_data_iomap()