Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dtree.c578 struct btframe *btsp; in dtSearch() local
698 btsp = btstack->top; in dtSearch()
699 btsp->bn = bn; in dtSearch()
700 btsp->index = index; in dtSearch()
701 btsp->mp = mp; in dtSearch()
747 btsp = btstack->top; in dtSearch()
748 btsp->bn = bn; in dtSearch()
749 btsp->index = base; in dtSearch()
750 btsp->mp = mp; in dtSearch()
3068 struct btframe *btsp; in dtReadFirst() local
[all …]
H A Djfs_xtree.c241 struct btframe *btsp; in xtSearch() local
350 btsp = btstack->top; in xtSearch()
351 btsp->bn = bn; in xtSearch()
352 btsp->index = index; in xtSearch()
353 btsp->mp = mp; in xtSearch()
397 btsp = btstack->top; in xtSearch()
398 btsp->bn = bn; in xtSearch()
399 btsp->index = index; in xtSearch()
400 btsp->mp = mp; in xtSearch()
455 btsp = btstack->top; in xtSearch()
[all …]