Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h302 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
Dnamei.c414 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in jfs_rmdir()
421 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in jfs_rmdir()
668 txEA(tid, ip, &JFS_IP(ip)->ea, NULL); in commitZeroLink()
675 txEA(tid, ip, &JFS_IP(ip)->acl, NULL); in commitZeroLink()
Dxattr.c644 txEA(tid, inode, &ji->ea, &ea_buf->new_ea); in ea_put()
652 txEA(tid, inode, &ji->ea, NULL); in ea_put()
Djfs_txnmgr.c2175 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() function