Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_xtree.c250 int nsplit = 0; /* number of pages to split */ in xtSearch() local
258 btstack->nsplit = 0; in xtSearch()
351 nsplit++; in xtSearch()
353 nsplit = 0; in xtSearch()
354 btstack->nsplit = nsplit; in xtSearch()
398 nsplit++; in xtSearch()
400 nsplit = 0; in xtSearch()
401 btstack->nsplit = nsplit; in xtSearch()
456 nsplit++; in xtSearch()
458 nsplit = 0; in xtSearch()
[all …]
Djfs_btree.h120 int nsplit; member
Djfs_dtree.c615 btstack->nsplit = 1; in dtSearch()
784 btstack->nsplit++; in dtSearch()
1078 n = btstack->nsplit; in dtSplitUp()