fs/jfs/jfs_dinode.h
102
dxd_t _dxd; /* 16: */
fs/jfs/jfs_dinode.h
51
dxd_t di_acl; /* 16: acl descriptor */
fs/jfs/jfs_dinode.h
53
dxd_t di_ea; /* 16: ea descriptor */
fs/jfs/jfs_incore.h
33
dxd_t acl; /* dxd describing acl */
fs/jfs/jfs_incore.h
34
dxd_t ea; /* dxd describing ea */
fs/jfs/jfs_incore.h
78
dxd_t _dxd; /* 16: */
fs/jfs/jfs_inode.c
107
memset(&jfs_inode->acl, 0, sizeof(dxd_t));
fs/jfs/jfs_inode.c
108
memset(&jfs_inode->ea, 0, sizeof(dxd_t));
fs/jfs/jfs_txnmgr.c
2126
void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea)
fs/jfs/jfs_txnmgr.h
289
extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
fs/jfs/namei.c
39
dxd_t *ea = &JFS_IP(inode)->ea;
fs/jfs/xattr.c
144
int size, dxd_t * ea)
fs/jfs/xattr.c
202
dxd_t * ea)
fs/jfs/xattr.c
62
dxd_t new_ea; /* dxd to replace ea when modifying xattr */