Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.h143 #define tlckRELOCATE 0x0008 /* file/directory relocate */ macro
Djfs_txnmgr.c1617 if (tlck->type & (tlckFREE | tlckRELOCATE)) { in dtLog()
2027 if (tlck->type & tlckRELOCATE) { in mapLog()
Djfs_xtree.c3064 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE); in xtRelocate()
Djfs_dtree.c1667 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()