Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_btree.h45 #define BT_INTERNAL 0x04 /* internal page */ macro
Djfs_xtree.c1272 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1331 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1451 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()
2105 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2429 fp->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
2481 p->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
3270 if (p->header.flag & BT_INTERNAL) in xtTruncate()
3446 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
[all …]
Djfs_dtree.c1211 case BT_INTERNAL: in dtSplitUp()
1532 case BT_INTERNAL: in dtSplitPage()
1935 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2041 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
3094 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4390 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()