Searched refs:smp (Results 1 – 3 of 3) sorted by relevance
/fs/jfs/ |
D | jfs_dtree.c | 923 struct metapage *smp; in dtSplitUp() local 945 smp = split->mp; in dtSplitUp() 946 sp = DT_PAGE(ip, smp); in dtSplitUp() 950 DT_PUTPAGE(smp); in dtSplitUp() 975 DT_PUTPAGE(smp); in dtSplitUp() 992 DT_PUTPAGE(smp); in dtSplitUp() 1051 DT_PUTPAGE(smp); in dtSplitUp() 1077 DT_PUTPAGE(smp); in dtSplitUp() 1085 DT_PUTPAGE(smp); in dtSplitUp() 1119 lmp = smp; in dtSplitUp() [all …]
|
D | jfs_xtree.c | 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() [all …]
|
/fs/ |
D | namespace.c | 2070 struct mountpoint *smp; in attach_recursive_mnt() local 2078 smp = get_mountpoint(source_mnt->mnt.mnt_root); in attach_recursive_mnt() 2079 if (IS_ERR(smp)) in attach_recursive_mnt() 2080 return PTR_ERR(smp); in attach_recursive_mnt() 2121 mnt_change_mountpoint(child, smp, q); in attach_recursive_mnt() 2128 put_mountpoint(smp); in attach_recursive_mnt() 2145 put_mountpoint(smp); in attach_recursive_mnt()
|