Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dtree.c590 struct btframe *btsp; in dtSearch() local
705 btsp = btstack->top; in dtSearch()
706 btsp->bn = bn; in dtSearch()
707 btsp->index = index; in dtSearch()
708 btsp->mp = mp; in dtSearch()
754 btsp = btstack->top; in dtSearch()
755 btsp->bn = bn; in dtSearch()
756 btsp->index = base; in dtSearch()
757 btsp->mp = mp; in dtSearch()
2654 struct btframe *btsp; in dtSearchNode() local
[all …]
Djfs_xtree.c250 struct btframe *btsp; in xtSearch() local
359 btsp = btstack->top; in xtSearch()
360 btsp->bn = bn; in xtSearch()
361 btsp->index = index; in xtSearch()
362 btsp->mp = mp; in xtSearch()
406 btsp = btstack->top; in xtSearch()
407 btsp->bn = bn; in xtSearch()
408 btsp->index = index; in xtSearch()
409 btsp->mp = mp; in xtSearch()
464 btsp = btstack->top; in xtSearch()
[all …]