Searched refs:nextbn (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_dtree.c | 1337 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, mp, PSIZE, p, rc); in dtRelink() [all …]
|
| H A D | jfs_xtree.c | 960 s64 nextbn; in xtSplitPage() local 1027 nextbn = le64_to_cpu(sp->header.next); in xtSplitPage() 1028 rp->header.next = cpu_to_le64(nextbn); in xtSplitPage() 1047 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { in xtSplitPage() 1079 if (nextbn != 0) { in xtSplitPage() 1080 p = xt_getpage(ip, nextbn, &mp); in xtSplitPage()
|