Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dtree.c578 struct btframe *btsp; in dtSearch() local
699 btsp->bn = bn; in dtSearch()
701 btsp->mp = mp; in dtSearch()
748 btsp->bn = bn; in dtSearch()
750 btsp->mp = mp; in dtSearch()
3077 btsp->bn = bn; in dtReadFirst()
3078 btsp->index = 0; in dtReadFirst()
3079 btsp->mp = mp; in dtReadFirst()
3209 parent = btsp - 1; in dtReadNext()
3285 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 …]