Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.c577 struct btframe *btsp; in dtSearch() local
698 btsp->bn = bn; in dtSearch()
700 btsp->mp = mp; in dtSearch()
747 btsp->bn = bn; in dtSearch()
749 btsp->mp = mp; in dtSearch()
3066 btsp->bn = bn; in dtReadFirst()
3067 btsp->index = 0; in dtReadFirst()
3068 btsp->mp = mp; in dtReadFirst()
3191 parent = btsp - 1; in dtReadNext()
3267 btsp->bn = bn; in dtReadNext()
[all …]
H A 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()
383 btsp->bn = bn; in xtSearch()
385 btsp->mp = mp; in xtSearch()
440 btsp = btstack->top; in xtSearch()
441 btsp->bn = bn; in xtSearch()
442 btsp->index = base; in xtSearch()
[all …]