Lines Matching refs:smp
679 struct metapage *smp; in xtSplitUp() local
698 smp = split->mp; in xtSplitUp()
699 sp = XT_PAGE(ip, smp); in xtSplitUp()
708 BT_MARK_DIRTY(smp, ip); in xtSplitUp()
732 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp()
768 XT_PUTPAGE(smp); in xtSplitUp()
784 XT_PUTPAGE(smp); in xtSplitUp()
821 XT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in xtSplitUp()
842 split->mp = smp; in xtSplitUp()
860 XT_PUTPAGE(smp); in xtSplitUp()
864 XT_PUTPAGE(smp); in xtSplitUp()
880 BT_MARK_DIRTY(smp, ip); in xtSplitUp()
901 tlck = txLock(tid, ip, smp, in xtSplitUp()
912 XT_PUTPAGE(smp); in xtSplitUp()
949 struct metapage *smp; in xtSplitPage() local
965 smp = split->mp; in xtSplitPage()
966 sp = XT_PAGE(ip, smp); in xtSplitPage()
991 jfs_info("xtSplitPage: ip:0x%p smp:0x%p rmp:0x%p", ip, smp, rmp); in xtSplitPage()
1004 BT_MARK_DIRTY(smp, ip); in xtSplitPage()
1016 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage()