Home
last modified time | relevance | path

Searched refs:tlckBTROOT (Results 1 – 6 of 6) sorted by relevance

/fs/jfs/
Djfs_txnmgr.c887 (tlck->type & tlckBTROOT) == 0) { in txRelease()
932 (tlck->type & tlckBTROOT) == 0) { in txUnlock()
1612 if (tlck->type & tlckBTROOT) in dtLog()
1639 if (tlck->type & tlckBTROOT) in dtLog()
1722 if (tlck->type & tlckBTROOT) { in xtLog()
1846 if (tlck->type & tlckBTROOT) { in xtLog()
1911 && !(tlck->type & tlckBTROOT)) in xtLog()
2253 (tlck->type & tlckBTROOT) == 0) { in txForce()
Djfs_txnmgr.h142 #define tlckBTROOT 0x0100 macro
Djfs_dtree.c2028 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2877 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2946 tlck->type |= tlckBTROOT; in add_missing_indices()
Djfs_imap.c699 tlck->type |= tlckBTROOT; in diWrite()
728 tlck->type |= tlckBTROOT; in diWrite()
Dnamei.c1268 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_logmgr.c257 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()