Searched refs:tlock (Results 1 – 7 of 7) sorted by relevance
/fs/jfs/ |
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 *);
|
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); 295 size = sizeof(struct tlock) * nTxLock; in txInit() 582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() 589 struct tlock *tlck; in txLock() 872 struct tlock *tlck; in txRelease() [all …]
|
D | jfs_xtree.c | 539 struct tlock *tlck; in xtInsert() 695 struct tlock *tlck; in xtSplitUp() 961 struct tlock *tlck; in xtSplitPage() 1223 struct tlock *tlck; in xtSplitRoot() 1362 struct tlock *tlck; in xtExtend() 1524 struct tlock *tlck; in xtTailgate() 1526 struct tlock *mtlck; in xtTailgate() 1707 struct tlock *tlck; in xtUpdate() 2171 struct tlock *tlck; in xtAppend() 2335 struct tlock *tlck; in xtDelete() [all …]
|
D | jfs_dtree.c | 294 struct tlock *tlck; in lock_index() 334 struct tlock *tlck; in add_index() 826 struct tlock *tlck; in dtInsert() 945 struct tlock *tlck; in dtSplitUp() 1345 struct tlock *tlck; in dtSplitPage() 1653 struct tlock *tlck; in dtExtendPage() 1887 struct tlock *tlck; in dtSplitRoot() 2085 struct tlock *tlck; in dtDelete() 2240 struct tlock *tlck; in dtDeleteUp() 2450 struct tlock *tlck; in dtRelocate() [all …]
|
D | jfs_logmgr.c | 164 struct lrd * lrd, struct tlock * tlck); 226 struct tlock * tlck) in lmLog() 345 struct tlock * tlck) in lmWriteRecord()
|
D | jfs_imap.c | 597 struct tlock *ditlck, *tlck; in diWrite() 858 struct tlock *tlck; in diFree()
|
D | namei.c | 1078 struct tlock *tlck; in jfs_rename()
|