Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.c1249 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1308 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1428 if (p->header.flag & BT_INTERNAL) { in xtExtend()
1722 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
1876 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2295 if (p->header.flag & BT_INTERNAL) in xtTruncate()
2471 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
2620 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
2801 if (p->header.flag & BT_INTERNAL) in xtTruncate_pmap()
H A Djfs_btree.h32 #define BT_INTERNAL 0x04 /* internal page */ macro