Lines Matching refs:smp
692 struct metapage *smp; in xtSplitUp() local
711 smp = split->mp; in xtSplitUp()
712 sp = XT_PAGE(ip, smp); in xtSplitUp()
721 BT_MARK_DIRTY(smp, ip); in xtSplitUp()
745 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp()
781 XT_PUTPAGE(smp); in xtSplitUp()
797 XT_PUTPAGE(smp); in xtSplitUp()
834 XT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in xtSplitUp()
855 split->mp = smp; in xtSplitUp()
873 XT_PUTPAGE(smp); in xtSplitUp()
877 XT_PUTPAGE(smp); in xtSplitUp()
893 BT_MARK_DIRTY(smp, ip); in xtSplitUp()
914 tlck = txLock(tid, ip, smp, in xtSplitUp()
925 XT_PUTPAGE(smp); in xtSplitUp()
962 struct metapage *smp; in xtSplitPage() local
978 smp = split->mp; in xtSplitPage()
979 sp = XT_PAGE(ip, smp); in xtSplitPage()
1004 jfs_info("xtSplitPage: ip:0x%p smp:0x%p rmp:0x%p", ip, smp, rmp); in xtSplitPage()
1017 BT_MARK_DIRTY(smp, ip); in xtSplitPage()
1029 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage()