Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_btree.h32 #define BT_INTERNAL 0x04 /* internal page */ macro
Djfs_xtree.c1249 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1308 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1428 if (p->header.flag & BT_INTERNAL) { in xtExtend()
1722 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
1876 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2295 if (p->header.flag & BT_INTERNAL) in xtTruncate()
2471 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
2620 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
2801 if (p->header.flag & BT_INTERNAL) in xtTruncate_pmap()
Djfs_dtree.c1199 case BT_INTERNAL: in dtSplitUp()
1520 case BT_INTERNAL: in dtSplitPage()
1923 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2029 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
2783 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4072 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()