Home
last modified time | relevance | path

Searched refs:txEA (Results 1 – 4 of 4) sorted by relevance

/fs/jfs/
Dnamei.c401 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in jfs_rmdir()
408 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in jfs_rmdir()
655 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in commitZeroLink()
662 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in commitZeroLink()
Djfs_txnmgr.h289 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
Dxattr.c631 txEA(tid, inode, &ji->ea, &ea_buf->new_ea); in ea_put()
639 txEA(tid, inode, &ji->ea, NULL); in ea_put()
Djfs_txnmgr.c2162 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() function