Home
last modified time | relevance | path

Searched refs:tlock (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.h82 struct tlock { struct
98 extern struct tlock *TxLock; /* transaction lock table */ argument
280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
281 extern struct tlock *txMaplock(tid_t, struct inode *, int);
292 struct tlock *);
H A Dnamei.c1081 struct tlock *tlck; in jfs_rename()