Searched refs:DXD_INLINE (Results 1 – 3 of 3) sorted by relevance
174 if (!(ji->mode2 & INLINEEA) && !(ji->ea.flag & DXD_INLINE)) in ea_write_inline()181 ea->flag = DXD_INLINE; in ea_write_inline()190 if (ji->ea.flag & DXD_INLINE) in ea_write_inline()308 if (ji->ea.flag & DXD_INLINE) in ea_write()380 if (ji->ea.flag & DXD_INLINE) in ea_read()470 ea_buf->new_ea.flag = DXD_INLINE; in ea_get()475 } else if (ji->ea.flag & DXD_INLINE) { in ea_get()618 ea_buf->new_ea.flag = DXD_INLINE; in ea_put()647 if (ji->ea.flag & DXD_INLINE) in ea_put()653 if (ji->ea.flag & DXD_INLINE) in ea_put()
106 #define DXD_INLINE 0x40 /* in-line data extent */ macro
2196 } else if (newea->flag & DXD_INLINE) { in txEA()