Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.h289 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
H A Dxattr.c640 txEA(tid, inode, &ji->ea, &ea_buf->new_ea); in ea_put()
648 txEA(tid, inode, &ji->ea, NULL); in ea_put()
H A Djfs_txnmgr.c2126 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() function