Lines Matching refs:bn

128 	s64 bn;  in xtLookup()  local
164 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtLookup()
221 s64 bn; /* block number */ in xtSearch() local
253 for (bn = 0;;) { in xtSearch()
255 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtSearch()
336 btsp->bn = bn; in xtSearch()
383 btsp->bn = bn; in xtSearch()
441 btsp->bn = bn; in xtSearch()
483 BT_PUSH(btstack, bn, index); in xtSearch()
486 bn = addressXAD(&p->xad[index]); in xtSearch()
521 s64 bn; in xtInsert() local
545 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtInsert()
810 XT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in xtSplitUp()
1345 s64 bn; in xtExtend() local
1361 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtExtend()
1420 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtExtend()
1432 bn = addressXAD(xad); in xtExtend()
1436 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtExtend()
1504 s64 bn; in xtUpdate() local
1526 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate()
1714 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate()
1726 bn = addressXAD(xad); in xtUpdate()
1730 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate()
1787 bn = le64_to_cpu(p->header.next); in xtUpdate()
1791 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate()
1819 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate()
1867 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate()
1880 bn = addressXAD(xad); in xtUpdate()
1884 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate()
1950 s64 bn, xaddr; in xtAppend() local
1980 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtAppend()
2194 s64 bn; in xtTruncate() local
2265 bn = 0; in xtTruncate()
2271 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtTruncate()
2508 bn = parent->bn; in xtTruncate()
2509 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtTruncate()
2682 BT_PUSH(&btstack, bn, index); in xtTruncate()
2686 bn = addressXAD(xad); in xtTruncate()
2746 s64 bn; in xtTruncate_pmap() local
2775 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtTruncate_pmap()
2788 bn = 0; in xtTruncate_pmap()
2794 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtTruncate_pmap()
2838 bn = parent->bn; in xtTruncate_pmap()
2839 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtTruncate_pmap()
2882 BT_PUSH(&btstack, bn, index); in xtTruncate_pmap()
2886 bn = addressXAD(xad); in xtTruncate_pmap()