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

/linux-master/fs/jfs/
H A Djfs_btree.h32 #define BT_INTERNAL 0x04 /* internal page */ macro
H A Djfs_xtree.c1249 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL;
1308 sp->header.flag |= BT_INTERNAL;
1428 if (p->header.flag & BT_INTERNAL) {
1722 if (p->header.flag & BT_INTERNAL) {
1876 if (p->header.flag & BT_INTERNAL) {
2295 if (p->header.flag & BT_INTERNAL)
2471 p->header.flag &= ~BT_INTERNAL;
2620 p->header.flag &= ~BT_INTERNAL;
2801 if (p->header.flag & BT_INTERNAL)
H A Djfs_dtree.c1204 case BT_INTERNAL:
1525 case BT_INTERNAL:
1928 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL;
2034 sp->header.flag |= BT_INTERNAL;
2788 if (p->header.flag & BT_INTERNAL) {
4077 ASSERT(p->header.flag & BT_INTERNAL);

Completed in 201 milliseconds