Searched refs:tlock (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 82 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 D | jfs_txnmgr.c | 98 struct tlock *TxLock; /* transaction lock table */ 152 struct tlock *tlck, struct commit *cd); 154 struct tlock *tlck); 156 struct tlock * tlck); 158 struct tlock * tlck); 167 struct tlock * tlck); 296 size = sizeof(struct tlock) * nTxLock; in txInit() 583 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() 590 struct tlock *tlck; in txLock() 873 struct tlock *tlck; in txRelease() [all …]
|
| H A D | jfs_dtree.c | 295 struct tlock *tlck; in lock_index() 335 struct tlock *tlck; in add_index() 827 struct tlock *tlck; in dtInsert() 948 struct tlock *tlck; in dtSplitUp() 1348 struct tlock *tlck; in dtSplitPage() 1656 struct tlock *tlck; in dtExtendPage() 1890 struct tlock *tlck; in dtSplitRoot() 2088 struct tlock *tlck; in dtDelete() 2243 struct tlock *tlck; in dtDeleteUp() 2450 struct tlock *tlck; in dtRelink() [all …]
|
| H A D | jfs_logmgr.c | 164 struct lrd * lrd, struct tlock * tlck); 226 struct tlock * tlck) in lmLog() 345 struct tlock * tlck) in lmWriteRecord()
|
| H A D | jfs_imap.c | 598 struct tlock *ditlck, *tlck; in diWrite() 859 struct tlock *tlck; in diFree()
|