Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h142 #define tlckBTROOT 0x0100 macro
Djfs_txnmgr.c892 (tlck->type & tlckBTROOT) == 0) { in txRelease()
937 (tlck->type & tlckBTROOT) == 0) { in txUnlock()
1617 if (tlck->type & tlckBTROOT) in dtLog()
1644 if (tlck->type & tlckBTROOT) in dtLog()
1727 if (tlck->type & tlckBTROOT) { in xtLog()
1851 if (tlck->type & tlckBTROOT) { in xtLog()
1916 && !(tlck->type & tlckBTROOT)) in xtLog()
2258 (tlck->type & tlckBTROOT) == 0) { in txForce()
Djfs_dtree.c2029 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2878 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2947 tlck->type |= tlckBTROOT; in add_missing_indices()
Djfs_imap.c694 tlck->type |= tlckBTROOT; in diWrite()
723 tlck->type |= tlckBTROOT; in diWrite()
Dnamei.c1270 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_logmgr.c257 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()