Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_txnmgr.h135 #define tlckRELOCATE 0x0008 /* file/directory relocate */ macro
H A Djfs_txnmgr.c1664 if (tlck->type & (tlckFREE | tlckRELOCATE)) { in dtLog()
2084 if (tlck->type & tlckRELOCATE) { in mapLog()
H A Djfs_xtree.c2824 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE); in xtRelocate()
H A Djfs_dtree.c1684 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()