Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jfs/
Djfs_txnmgr.h150 #define tlckEXTEND 0x0002 /* directory extend in-line */ macro
Djfs_txnmgr.c1621 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog()
1627 if (tlck->type & tlckEXTEND) in dtLog()
Djfs_dtree.c1689 type = tlckEXTEND; in dtExtendPage()
1755 if (type == tlckEXTEND) { in dtExtendPage()
1827 if (type == tlckEXTEND) { in dtExtendPage()