Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h135 #define tlckRELOCATE 0x0008 /* file/directory relocate */ macro
H A Djfs_txnmgr.c1632 if (tlck->type & (tlckFREE | tlckRELOCATE)) { in dtLog()
2052 if (tlck->type & tlckRELOCATE) { in mapLog()
H A Djfs_dtree.c1691 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()