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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_btree.h45 #define BT_INTERNAL 0x04 /* internal page */ macro
H A Djfs_xtree.c1272 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL;
1331 sp->header.flag |= BT_INTERNAL;
1451 if (p->header.flag & BT_INTERNAL) {
1617 if (p->header.flag & BT_INTERNAL) {
1950 if (p->header.flag & BT_INTERNAL) {
2105 if (p->header.flag & BT_INTERNAL) {
2429 fp->header.flag &= ~BT_INTERNAL;
2481 p->header.flag &= ~BT_INTERNAL;
3270 if (p->header.flag & BT_INTERNAL)
3446 p->header.flag &= ~BT_INTERNAL;
[all...]
H A Djfs_dtree.c1211 case BT_INTERNAL:
1532 case BT_INTERNAL:
1935 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL;
2041 sp->header.flag |= BT_INTERNAL;
3086 if (p->header.flag & BT_INTERNAL) {
4375 ASSERT(p->header.flag & BT_INTERNAL);

Completed in 37 milliseconds