Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c238 int nsplit = 0; /* number of pages to split */ in xtSearch() local
246 btstack->nsplit = 0; in xtSearch()
339 nsplit++; in xtSearch()
341 nsplit = 0; in xtSearch()
342 btstack->nsplit = nsplit; in xtSearch()
386 nsplit++; in xtSearch()
388 nsplit = 0; in xtSearch()
389 btstack->nsplit = nsplit; in xtSearch()
444 nsplit++; in xtSearch()
446 nsplit = 0; in xtSearch()
[all …]
Djfs_btree.h107 int nsplit; member
Djfs_dtree.c603 btstack->nsplit = 1; in dtSearch()
777 btstack->nsplit++; in dtSearch()
1071 n = btstack->nsplit; in dtSplitUp()