Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_btree.h45 #define BT_INTERNAL 0x04 /* internal page */ macro
Djfs_xtree.c1273 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1332 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1452 if (p->header.flag & BT_INTERNAL) { in xtExtend()
1617 if (p->header.flag & BT_INTERNAL) { in xtTailgate()
1950 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2104 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2428 fp->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
2480 p->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
3269 if (p->header.flag & BT_INTERNAL) in xtTruncate()
3445 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
[all …]
Djfs_dtree.c1212 case BT_INTERNAL: in dtSplitUp()
1533 case BT_INTERNAL: in dtSplitPage()
1936 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2042 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
3094 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4383 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()