Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_xtree.c1260 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()
1319 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()
1439 if (p->header.flag & BT_INTERNAL) { in xtExtend()
1604 if (p->header.flag & BT_INTERNAL) { in xtTailgate()
1937 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2091 if (p->header.flag & BT_INTERNAL) { in xtUpdate()
2415 fp->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
2467 p->header.flag &= ~BT_INTERNAL; in xtDeleteUp()
3256 if (p->header.flag & BT_INTERNAL) in xtTruncate()
3432 p->header.flag &= ~BT_INTERNAL; in xtTruncate()
[all...]
H A Djfs_btree.h32 #define BT_INTERNAL 0x04 /* internal page */ macro
H A Djfs_dtree.c1204 case BT_INTERNAL: in dtSplitUp()
1525 case BT_INTERNAL: in dtSplitPage()
1928 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2034 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
3086 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4375 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()
/kernel/linux/linux-6.6/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
H A Djfs_dtree.c1204 case BT_INTERNAL: in dtSplitUp()
1525 case BT_INTERNAL: in dtSplitPage()
1928 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in dtSplitRoot()
2034 sp->header.flag |= BT_INTERNAL; in dtSplitRoot()
2788 if (p->header.flag & BT_INTERNAL) { in jfs_readdir()
4077 ASSERT(p->header.flag & BT_INTERNAL); in dtTruncateEntry()

Completed in 26 milliseconds