Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c583 struct btframe *btsp; in dtSearch() local
699 btsp = btstack->top; in dtSearch()
700 btsp->bn = bn; in dtSearch()
701 btsp->index = index; in dtSearch()
702 btsp->mp = mp; in dtSearch()
748 btsp = btstack->top; in dtSearch()
749 btsp->bn = bn; in dtSearch()
750 btsp->index = base; in dtSearch()
751 btsp->mp = mp; in dtSearch()
2625 struct btframe *btsp; in dtSearchNode() local
[all …]
Djfs_xtree.c510 struct btframe *btsp; in xtSearch() local
617 btsp = btstack->top; in xtSearch()
618 btsp->bn = bn; in xtSearch()
619 btsp->index = index; in xtSearch()
620 btsp->mp = mp; in xtSearch()
661 btsp = btstack->top; in xtSearch()
662 btsp->bn = bn; in xtSearch()
663 btsp->index = index; in xtSearch()
664 btsp->mp = mp; in xtSearch()
716 btsp = btstack->top; in xtSearch()
[all …]