Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_dtree.c577 struct btframe *btsp; in dtSearch() local
692 btsp = btstack->top; in dtSearch()
693 btsp->bn = bn; in dtSearch()
694 btsp->index = index; in dtSearch()
695 btsp->mp = mp; in dtSearch()
741 btsp = btstack->top; in dtSearch()
742 btsp->bn = bn; in dtSearch()
743 btsp->index = base; in dtSearch()
744 btsp->mp = mp; in dtSearch()
3040 struct btframe *btsp; in dtReadFirst() local
[all …]
Djfs_xtree.c226 struct btframe *btsp; in xtSearch() local
335 btsp = btstack->top; in xtSearch()
336 btsp->bn = bn; in xtSearch()
337 btsp->index = index; in xtSearch()
338 btsp->mp = mp; in xtSearch()
382 btsp = btstack->top; in xtSearch()
383 btsp->bn = bn; in xtSearch()
384 btsp->index = index; in xtSearch()
385 btsp->mp = mp; in xtSearch()
440 btsp = btstack->top; in xtSearch()
[all …]