Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c874 (tlck->type & tlckBTROOT) == 0) { in txRelease()
919 (tlck->type & tlckBTROOT) == 0) { in txUnlock()
1599 if (tlck->type & tlckBTROOT) in dtLog()
1626 if (tlck->type & tlckBTROOT) in dtLog()
1709 if (tlck->type & tlckBTROOT) { in xtLog()
1833 if (tlck->type & tlckBTROOT) { in xtLog()
1898 && !(tlck->type & tlckBTROOT)) in xtLog()
2240 (tlck->type & tlckBTROOT) == 0) { in txForce()
Djfs_txnmgr.h129 #define tlckBTROOT 0x0100 macro
Djfs_dtree.c2016 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2865 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2934 tlck->type |= tlckBTROOT; in add_missing_indices()
Djfs_imap.c680 tlck->type |= tlckBTROOT; in diWrite()
709 tlck->type |= tlckBTROOT; in diWrite()
Dnamei.c1252 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_logmgr.c244 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()