Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.c242 int nsplit = 0; /* number of pages to split */ in xtSearch() local
250 btstack->nsplit = 0; in xtSearch()
343 nsplit++; in xtSearch()
345 nsplit = 0; in xtSearch()
346 btstack->nsplit = nsplit; in xtSearch()
390 nsplit++; in xtSearch()
392 nsplit = 0; in xtSearch()
393 btstack->nsplit = nsplit; in xtSearch()
448 nsplit++; in xtSearch()
450 nsplit = 0; in xtSearch()
[all …]
H A Djfs_btree.h107 int nsplit; member
H A Djfs_dtree.c604 btstack->nsplit = 1; in dtSearch()
778 btstack->nsplit++; in dtSearch()
1074 n = btstack->nsplit; in dtSplitUp()