Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.h280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
H A Djfs_imap.c654 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()
1241 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
H A Djfs_txnmgr.c583 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function