Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h148 #define tlckRELOCATE 0x0008 /* file/directory relocate */ macro
Djfs_txnmgr.c1682 if (tlck->type & (tlckFREE | tlckRELOCATE)) { in dtLog()
2102 if (tlck->type & tlckRELOCATE) { in mapLog()
Djfs_xtree.c2837 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE); in xtRelocate()
Djfs_dtree.c1697 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()