Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.c1264 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1323 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1443 if (p->header.flag & BT_INTERNAL) { in xtExtend()
1737 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
1891 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2309 if (p->header.flag & BT_INTERNAL) in xtTruncate()
2485 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
2634 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
2815 if (p->header.flag & BT_INTERNAL) in xtTruncate_pmap()
H A Djfs_btree.h32 #define BT_INTERNAL 0x04 /* internal page */ macro
H A Djfs_dtree.c1207 case BT_INTERNAL: in dtSplitUp()
1528 case BT_INTERNAL: in dtSplitPage()
1931 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2037 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
2802 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4107 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()