Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c511 int nsplit = 0; /* number of pages to split */ in xtSearch() local
519 btstack->nsplit = 0; in xtSearch()
612 nsplit++; in xtSearch()
614 nsplit = 0; in xtSearch()
615 btstack->nsplit = nsplit; in xtSearch()
659 nsplit++; in xtSearch()
661 nsplit = 0; in xtSearch()
662 btstack->nsplit = nsplit; in xtSearch()
717 nsplit++; in xtSearch()
719 nsplit = 0; in xtSearch()
[all …]
Djfs_btree.h120 int nsplit; member
Djfs_dtree.c614 btstack->nsplit = 1; in dtSearch()
783 btstack->nsplit++; in dtSearch()
1078 n = btstack->nsplit; in dtSplitUp()