Searched refs:txEA (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_txnmgr.h | 304 extern void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea);
|
D | namei.c | 362 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()
|
D | xattr.c | 628 txEA(tid, inode, &ji->ea, &ea_buf->new_ea); in ea_put() 636 txEA(tid, inode, &ji->ea, 0); in ea_put()
|
D | jfs_txnmgr.c | 2101 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() function
|