Searched refs:tlckXTREE (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_xtree.c | 645 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert() 736 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp() 906 tlckXTREE | tlckGROW); in xtSplitUp() 1014 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1020 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage() 1093 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage() 1297 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 1328 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot() 1399 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend() 1457 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend() [all …]
|
| H A D | jfs_txnmgr.h | 123 #define tlckXTREE 0x4000 macro
|
| H A D | jfs_txnmgr.c | 598 if (S_ISDIR(ip->i_mode) && (type & tlckXTREE) && in txLock() 774 case tlckXTREE: in txLock() 1396 case tlckXTREE: in txLog()
|
| H A D | jfs_imap.c | 681 assert(tlck->type & tlckXTREE); in diWrite() 718 if (type & tlckXTREE) { in diWrite()
|