Home
last modified time | relevance | path

Searched refs:INLINEEA (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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()
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()
H A Djfs_dinode.h110 * INLINEEA).
131 #define INLINEEA 0x00040000 /* inline EA area free */ macro
H A Djfs_inode.c93 jfs_inode->mode2 |= INLINEEA | ISPARSE; in ialloc()
H A Djfs_xtree.c704 (JFS_IP(ip)->mode2 & INLINEEA)) { in xtSplitUp()
706 JFS_IP(ip)->mode2 &= ~INLINEEA; in xtSplitUp()
3591 JFS_IP(ip)->mode2 |= INLINEEA; in xtTruncate()
H A Dnamei.c962 JFS_IP(ip)->mode2 &= ~INLINEEA; in jfs_symlink()
/kernel/linux/linux-6.6/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()
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()
H A Djfs_dinode.h109 * INLINEEA).
137 #define INLINEEA 0x00040000 /* inline EA area free */ macro
H A Djfs_inode.c93 jfs_inode->mode2 |= INLINEEA | ISPARSE; in ialloc()
H A 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()
H A Dnamei.c963 JFS_IP(ip)->mode2 &= ~INLINEEA; in jfs_symlink()

Completed in 16 milliseconds