Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Dxattr.c159 if (!(ji->mode2 & INLINEEA) && !(ji->ea.flag & DXD_INLINE)) in ea_write_inline()
167 ji->mode2 &= ~INLINEEA; in ea_write_inline()
176 ji->mode2 |= INLINEEA; in ea_write_inline()
294 ji->mode2 |= INLINEEA; in ea_write()
451 (ji->mode2 & INLINEEA)) { in ea_get()
613 ji->mode2 &= ~INLINEEA; in ea_put()
644 ji->mode2 |= INLINEEA; in ea_put()
650 ji->mode2 |= INLINEEA; in ea_put()
H A Djfs_dinode.h137 #define INLINEEA 0x00040000 /* inline EA area free */ macro
H A Djfs_inode.c93 jfs_inode->mode2 |= INLINEEA | ISPARSE; in ialloc()