Searched refs:txEA (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 289 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
|
| H A D | namei.c | 403 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in jfs_rmdir() 410 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in jfs_rmdir() 658 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in commitZeroLink() 665 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in commitZeroLink()
|
| H A D | xattr.c | 640 txEA(tid, inode, &ji->ea, &ea_buf->new_ea); in ea_put() 648 txEA(tid, inode, &ji->ea, NULL); in ea_put()
|
| H A D | jfs_txnmgr.c | 2126 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() function
|