Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dtree.c1337 s64 nextbn; in dtSplitPage() local
1406 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage()
1407 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage()
1442 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage()
1470 if (nextbn != 0) { in dtSplitPage()
1471 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage()
2449 s64 nextbn, prevbn; in dtRelink() local
2454 nextbn = le64_to_cpu(p->header.next); in dtRelink()
2458 if (nextbn != 0) { in dtRelink()
2459 DT_GETPAGE(ip, nextbn, m in dtRelink()
[all...]