Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h150 #define tlckEXTEND 0x0002 /* directory extend in-line */ macro
Djfs_txnmgr.c1626 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog()
1632 if (tlck->type & tlckEXTEND) in dtLog()
Djfs_dtree.c1690 type = tlckEXTEND; in dtExtendPage()
1756 if (type == tlckEXTEND) { in dtExtendPage()
1828 if (type == tlckEXTEND) { in dtExtendPage()