Searched refs:txEA (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/fs/jfs/ |
| D | jfs_txnmgr.h | 302 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
|
| D | namei.c | 418 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in jfs_rmdir() 425 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in jfs_rmdir() 672 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in commitZeroLink() 679 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in commitZeroLink()
|
| D | xattr.c | 644 txEA(tid, inode, &ji->ea, &ea_buf->new_ea); in ea_put() 652 txEA(tid, inode, &ji->ea, NULL); in ea_put()
|
| D | jfs_txnmgr.c | 2173 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() function
|