Searched refs:nextbn (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dtree.c | 1341 s64 nextbn; dtSplitPage() local 1410 nextbn = le64_to_cpu(sp->header.next); dtSplitPage() 1411 rp->header.next = cpu_to_le64(nextbn); dtSplitPage() 1446 if (nextbn == 0 && split->index == sp->header.nextindex) { dtSplitPage() 1474 if (nextbn != 0) { dtSplitPage() 1475 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); dtSplitPage() 2455 s64 oxaddr, nextbn, prevbn; dtRelocate() local 2498 nextbn = le64_to_cpu(p->header.next); dtRelocate() 2499 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); dtRelocate() 2751 s64 nextbn, prevbn; dtRelink() local 2756 nextbn = le64_to_cpu(p->header.next); dtRelink() 2760 if (nextbn != 0) { dtRelink() 2761 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); dtRelink() 2772 jfs_info("dtRelink nextbn: tlck = 0x%p, ip = 0x%p, mp=0x%p", dtRelink() 2813 p->header.next = cpu_to_le64(nextbn); dtRelink()
|
H A D | jfs_xtree.c | 969 s64 nextbn; xtSplitPage() local 1036 nextbn = le64_to_cpu(sp->header.next); xtSplitPage() 1037 rp->header.next = cpu_to_le64(nextbn); xtSplitPage() 1056 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { xtSplitPage() 1088 if (nextbn != 0) { xtSplitPage() 1089 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); xtSplitPage() 2573 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; xtRelocate() local 2730 nextbn = le64_to_cpu(p->header.next); xtRelocate() 2731 XT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); xtRelocate() 3015 s64 nextbn, prevbn; xtRelink() local 3018 nextbn = le64_to_cpu(p->header.next); xtRelink() 3022 if (nextbn != 0) { xtRelink() 3023 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); xtRelink() 3058 p->header.next = le64_to_cpu(nextbn); xtRelink()
|
Completed in 80 milliseconds