Home
last modified time | relevance | path

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

/linux-6.6.21/fs/jfs/
Djfs_txnmgr.c879 (tlck->type & tlckBTROOT) == 0) { in txRelease()
924 (tlck->type & tlckBTROOT) == 0) { in txUnlock()
1567 if (tlck->type & tlckBTROOT) in dtLog()
1594 if (tlck->type & tlckBTROOT) in dtLog()
1677 if (tlck->type & tlckBTROOT) { in xtLog()
1801 if (tlck->type & tlckBTROOT) { in xtLog()
1866 && !(tlck->type & tlckBTROOT)) in xtLog()
2208 (tlck->type & tlckBTROOT) == 0) { in txForce()
Djfs_txnmgr.h129 #define tlckBTROOT 0x0100 macro
Djfs_dtree.c2021 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2572 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2641 tlck->type |= tlckBTROOT; in add_missing_indices()
Djfs_imap.c679 tlck->type |= tlckBTROOT; in diWrite()
708 tlck->type |= tlckBTROOT; in diWrite()
Dnamei.c1258 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_logmgr.c244 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()