Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_xtree.c227 int nsplit = 0; /* number of pages to split */ in xtSearch() local
235 btstack->nsplit = 0; in xtSearch()
328 nsplit++; in xtSearch()
330 nsplit = 0; in xtSearch()
331 btstack->nsplit = nsplit; in xtSearch()
375 nsplit++; in xtSearch()
377 nsplit = 0; in xtSearch()
378 btstack->nsplit = nsplit; in xtSearch()
433 nsplit++; in xtSearch()
435 nsplit = 0; in xtSearch()
[all …]
Djfs_btree.h107 int nsplit; member
Djfs_dtree.c603 btstack->nsplit = 1; in dtSearch()
772 btstack->nsplit++; in dtSearch()
1066 n = btstack->nsplit; in dtSplitUp()