Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c1532 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1591 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1711 if (p->header.flag & BT_INTERNAL) { in xtExtend()
1877 if (p->header.flag & BT_INTERNAL) { in xtTailgate()
2210 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2365 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2689 fp->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
2741 p->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
3530 if (p->header.flag & BT_INTERNAL) in xtTruncate()
3706 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
[all …]
Djfs_btree.h45 #define BT_INTERNAL 0x04 /* internal page */ macro
Djfs_dtree.c1211 case BT_INTERNAL: in dtSplitUp()
1531 case BT_INTERNAL: in dtSplitPage()
1932 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2038 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
3083 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4372 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()