Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A 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()
H A Djfs_txnmgr.h129 #define tlckBTROOT 0x0100 macro
H A Djfs_dtree.c2023 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2574 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2643 tlck->type |= tlckBTROOT; in add_missing_indices()
H A Djfs_imap.c682 tlck->type |= tlckBTROOT; in diWrite()
711 tlck->type |= tlckBTROOT; in diWrite()
H A Dnamei.c1258 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
H A Djfs_logmgr.c244 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()