Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c1260 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1319 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1439 if (p->header.flag & BT_INTERNAL) { in xtExtend()
1604 if (p->header.flag & BT_INTERNAL) { in xtTailgate()
1937 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2091 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2415 fp->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
2467 p->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
3256 if (p->header.flag & BT_INTERNAL) in xtTruncate()
3432 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
[all …]
Djfs_btree.h32 #define BT_INTERNAL 0x04 /* internal page */ macro
Djfs_dtree.c1204 case BT_INTERNAL: in dtSplitUp()
1525 case BT_INTERNAL: in dtSplitPage()
1928 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2034 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
3086 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4375 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()