Lines Matching defs:nextbn
1334 s64 nextbn;
1403 nextbn = le64_to_cpu(sp->header.next);
1404 rp->header.next = cpu_to_le64(nextbn);
1439 if (nextbn == 0 && split->index == sp->header.nextindex) {
1467 if (nextbn != 0) {
1468 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
2448 s64 oxaddr, nextbn, prevbn;
2491 nextbn = le64_to_cpu(p->header.next);
2492 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc);
2744 s64 nextbn, prevbn;
2749 nextbn = le64_to_cpu(p->header.next);
2753 if (nextbn != 0) {
2754 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
2765 jfs_info("dtRelink nextbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2806 p->header.next = cpu_to_le64(nextbn);