Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_txnmgr.c874 (tlck->type & tlckBTROOT) == 0) { in txRelease()
919 (tlck->type & tlckBTROOT) == 0) { in txUnlock()
1562 if (tlck->type & tlckBTROOT) in dtLog()
1589 if (tlck->type & tlckBTROOT) in dtLog()
1672 if (tlck->type & tlckBTROOT) { in xtLog()
1796 if (tlck->type & tlckBTROOT) { in xtLog()
1861 && !(tlck->type & tlckBTROOT)) in xtLog()
2203 (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()
2567 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2636 tlck->type |= tlckBTROOT; in add_missing_indices()
Djfs_imap.c678 tlck->type |= tlckBTROOT; in diWrite()
707 tlck->type |= tlckBTROOT; in diWrite()
Dnamei.c1253 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_logmgr.c244 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()