Home
last modified time | relevance | path

Searched refs:smp (Results 1 – 3 of 3) sorted by relevance

/fs/jfs/
Djfs_dtree.c928 struct metapage *smp; in dtSplitUp() local
950 smp = split->mp; in dtSplitUp()
951 sp = DT_PAGE(ip, smp); in dtSplitUp()
955 DT_PUTPAGE(smp); in dtSplitUp()
980 DT_PUTPAGE(smp); in dtSplitUp()
997 DT_PUTPAGE(smp); in dtSplitUp()
1056 DT_PUTPAGE(smp); in dtSplitUp()
1082 DT_PUTPAGE(smp); in dtSplitUp()
1090 DT_PUTPAGE(smp); in dtSplitUp()
1124 lmp = smp; in dtSplitUp()
[all …]
Djfs_xtree.c679 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()
[all …]
/fs/
Dnamespace.c2143 struct mountpoint *smp; in attach_recursive_mnt() local
2151 smp = get_mountpoint(source_mnt->mnt.mnt_root); in attach_recursive_mnt()
2152 if (IS_ERR(smp)) in attach_recursive_mnt()
2153 return PTR_ERR(smp); in attach_recursive_mnt()
2194 mnt_change_mountpoint(child, smp, q); in attach_recursive_mnt()
2201 put_mountpoint(smp); in attach_recursive_mnt()
2218 put_mountpoint(smp); in attach_recursive_mnt()