Home
last modified time | relevance | path

Searched refs:DXD_INLINE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/jfs/
H A Dxattr.c159 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()
457 ea_buf->new_ea.flag = DXD_INLINE; in ea_get()
462 } else if (ji->ea.flag & DXD_INLINE) { in ea_get()
609 ea_buf->new_ea.flag = DXD_INLINE; in ea_put()
638 if (ji->ea.flag & DXD_INLINE) in ea_put()
644 if (ji->ea.flag & DXD_INLINE) in ea_put()
H A Djfs_types.h105 #define DXD_INLINE 0x40 /* in-line data extent */ macro
H A Djfs_txnmgr.c2147 } else if (newea->flag & DXD_INLINE) { in txEA()