Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.c880 (tlck->type & tlckBTROOT) == 0) { in txRelease()
925 (tlck->type & tlckBTROOT) == 0) { in txUnlock()
1568 if (tlck->type & tlckBTROOT) in dtLog()
1595 if (tlck->type & tlckBTROOT) in dtLog()
1678 if (tlck->type & tlckBTROOT) { in xtLog()
1802 if (tlck->type & tlckBTROOT) { in xtLog()
1867 && !(tlck->type & tlckBTROOT)) in xtLog()
2209 (tlck->type & tlckBTROOT) == 0) { in txForce()
H A Djfs_txnmgr.h129 #define tlckBTROOT 0x0100 macro
H A Djfs_imap.c682 tlck->type |= tlckBTROOT; in diWrite()
711 tlck->type |= tlckBTROOT; in diWrite()
H A Djfs_logmgr.c244 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()