Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Dxattr.c172 if (!(ji->mode2 & INLINEEA) && !(ji->ea.flag & DXD_INLINE)) in ea_write_inline()
180 ji->mode2 &= ~INLINEEA; in ea_write_inline()
189 ji->mode2 |= INLINEEA; in ea_write_inline()
307 ji->mode2 |= INLINEEA; in ea_write()
462 (ji->mode2 & INLINEEA)) { in ea_get()
617 ji->mode2 &= ~INLINEEA; in ea_put()
648 ji->mode2 |= INLINEEA; in ea_put()
654 ji->mode2 |= INLINEEA; in ea_put()
Djfs_dinode.h144 #define INLINEEA 0x00040000 /* inline EA area free */ macro
Djfs_inode.c106 jfs_inode->mode2 |= INLINEEA | ISPARSE; in ialloc()
Djfs_xtree.c717 (JFS_IP(ip)->mode2 & INLINEEA)) { in xtSplitUp()
719 JFS_IP(ip)->mode2 &= ~INLINEEA; in xtSplitUp()
3604 JFS_IP(ip)->mode2 |= INLINEEA; in xtTruncate()
Dnamei.c975 JFS_IP(ip)->mode2 &= ~INLINEEA; in jfs_symlink()