Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c251 int nsplit = 0; /* number of pages to split */ in xtSearch() local
259 btstack->nsplit = 0; in xtSearch()
352 nsplit++; in xtSearch()
354 nsplit = 0; in xtSearch()
355 btstack->nsplit = nsplit; in xtSearch()
399 nsplit++; in xtSearch()
401 nsplit = 0; in xtSearch()
402 btstack->nsplit = nsplit; in xtSearch()
457 nsplit++; in xtSearch()
459 nsplit = 0; in xtSearch()
[all …]
Djfs_btree.h120 int nsplit; member
Djfs_dtree.c616 btstack->nsplit = 1; in dtSearch()
785 btstack->nsplit++; in dtSearch()
1079 n = btstack->nsplit; in dtSplitUp()