Home
last modified time | relevance | path

Searched refs:btsp (Results 1 – 2 of 2) sorted by relevance

/fs/jfs/
Djfs_dtree.c577 struct btframe *btsp; in dtSearch() local
697 btsp = btstack->top; in dtSearch()
698 btsp->bn = bn; in dtSearch()
699 btsp->index = index; in dtSearch()
700 btsp->mp = mp; in dtSearch()
746 btsp = btstack->top; in dtSearch()
747 btsp->bn = bn; in dtSearch()
748 btsp->index = base; in dtSearch()
749 btsp->mp = mp; in dtSearch()
2646 struct btframe *btsp; in dtSearchNode() local
[all …]
Djfs_xtree.c237 struct btframe *btsp; in xtSearch() local
346 btsp = btstack->top; in xtSearch()
347 btsp->bn = bn; in xtSearch()
348 btsp->index = index; in xtSearch()
349 btsp->mp = mp; in xtSearch()
393 btsp = btstack->top; in xtSearch()
394 btsp->bn = bn; in xtSearch()
395 btsp->index = index; in xtSearch()
396 btsp->mp = mp; in xtSearch()
451 btsp = btstack->top; in xtSearch()
[all …]