Home
last modified time | relevance | path

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

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