Searched refs:DXD_INLINE (Results 1 – 3 of 3) sorted by relevance
159 if (!(ji->mode2 & INLINEEA) && !(ji->ea.flag & DXD_INLINE)) in ea_write_inline()166 ea->flag = DXD_INLINE; in ea_write_inline()175 if (ji->ea.flag & DXD_INLINE) in ea_write_inline()293 if (ji->ea.flag & DXD_INLINE) in ea_write()365 if (ji->ea.flag & DXD_INLINE) in ea_read()455 ea_buf->new_ea.flag = DXD_INLINE; in ea_get()460 } else if (ji->ea.flag & DXD_INLINE) { in ea_get()607 ea_buf->new_ea.flag = DXD_INLINE; in ea_put()636 if (ji->ea.flag & DXD_INLINE) in ea_put()642 if (ji->ea.flag & DXD_INLINE) in ea_put()
105 #define DXD_INLINE 0x40 /* in-line data extent */ macro
2147 } else if (newea->flag & DXD_INLINE) { in txEA()