Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.h304 extern void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea);
Dnamei.c362 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in jfs_rmdir()
369 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in jfs_rmdir()
610 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in commitZeroLink()
617 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in commitZeroLink()
Dxattr.c628 txEA(tid, inode, &ji->ea, &ea_buf->new_ea); in ea_put()
636 txEA(tid, inode, &ji->ea, 0); in ea_put()
Djfs_txnmgr.c2101 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() function