Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Dxattr.c70 #define EA_INLINE 0x0001 macro
450 ea_buf->flag = EA_INLINE | EA_NEW; in ea_get()
462 ea_buf->flag = EA_INLINE; in ea_get()
604 } else if (ea_buf->flag & EA_INLINE) { in ea_put()