Home
last modified time | relevance | path

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

/fs/jfs/
Dxattr.c194 if (!(ji->mode2 & INLINEEA) && !(ji->ea.flag & DXD_INLINE)) in ea_write_inline()
201 ea->flag = DXD_INLINE; in ea_write_inline()
210 if (ji->ea.flag & DXD_INLINE) in ea_write_inline()
328 if (ji->ea.flag & DXD_INLINE) in ea_write()
400 if (ji->ea.flag & DXD_INLINE) in ea_read()
490 ea_buf->new_ea.flag = DXD_INLINE; in ea_get()
495 } else if (ji->ea.flag & DXD_INLINE) { in ea_get()
637 ea_buf->new_ea.flag = DXD_INLINE; in ea_put()
666 if (ji->ea.flag & DXD_INLINE) in ea_put()
672 if (ji->ea.flag & DXD_INLINE) in ea_put()
Djfs_types.h135 #define DXD_INLINE 0x40 /* in-line data extent */ macro
Djfs_txnmgr.c2197 } else if (newea->flag & DXD_INLINE) { in txEA()