Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.c1336 s64 nextbn; in dtSplitPage() local
1405 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage()
1406 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage()
1441 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage()
1469 if (nextbn != 0) { in dtSplitPage()
1470 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage()
2448 s64 nextbn, prevbn; in dtRelink() local
2453 nextbn = le64_to_cpu(p->header.next); in dtRelink()
2457 if (nextbn != 0) { in dtRelink()
2458 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink()
[all …]
H A Djfs_xtree.c945 s64 nextbn; in xtSplitPage() local
1012 nextbn = le64_to_cpu(sp->header.next); in xtSplitPage()
1013 rp->header.next = cpu_to_le64(nextbn); in xtSplitPage()
1032 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { in xtSplitPage()
1064 if (nextbn != 0) { in xtSplitPage()
1065 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtSplitPage()