Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Dxattr.c172 if (!(ji->mode2 & INLINEEA) && !(ji->ea.flag & DXD_INLINE)) in ea_write_inline()
179 ea->flag = DXD_INLINE; in ea_write_inline()
188 if (ji->ea.flag & DXD_INLINE) in ea_write_inline()
306 if (ji->ea.flag & DXD_INLINE) in ea_write()
378 if (ji->ea.flag & DXD_INLINE) in ea_read()
468 ea_buf->new_ea.flag = DXD_INLINE; in ea_get()
473 } 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()
Djfs_types.h118 #define DXD_INLINE 0x40 /* in-line data extent */ macro
Djfs_txnmgr.c2197 } else if (newea->flag & DXD_INLINE) { in txEA()