Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
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()
449 (ji->mode2 & INLINEEA)) { in ea_get()
604 ji->mode2 &= ~INLINEEA; in ea_put()
635 ji->mode2 |= INLINEEA; in ea_put()
641 ji->mode2 |= INLINEEA; in ea_put()
Djfs_dinode.h137 #define INLINEEA 0x00040000 /* inline EA area free */ macro
Djfs_inode.c93 jfs_inode->mode2 |= INLINEEA | ISPARSE; in ialloc()
Djfs_xtree.c693 (JFS_IP(ip)->mode2 & INLINEEA)) { in xtSplitUp()
695 JFS_IP(ip)->mode2 &= ~INLINEEA; in xtSplitUp()
2630 JFS_IP(ip)->mode2 |= INLINEEA; in xtTruncate()
Dnamei.c958 JFS_IP(ip)->mode2 &= ~INLINEEA; in jfs_symlink()