Lines Matching refs: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);
2446 s64 nextbn, prevbn;
2451 nextbn = le64_to_cpu(p->header.next);
2455 if (nextbn != 0) {
2456 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
2467 jfs_info("dtRelink nextbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2508 p->header.next = cpu_to_le64(nextbn);