Searched refs:smp (Results 1 – 3 of 3) sorted by relevance
/fs/jfs/ |
D | jfs_dtree.c | 935 struct metapage *smp; in dtSplitUp() local 957 smp = split->mp; in dtSplitUp() 958 sp = DT_PAGE(ip, smp); in dtSplitUp() 962 DT_PUTPAGE(smp); in dtSplitUp() 987 DT_PUTPAGE(smp); in dtSplitUp() 1004 DT_PUTPAGE(smp); in dtSplitUp() 1063 DT_PUTPAGE(smp); in dtSplitUp() 1089 DT_PUTPAGE(smp); in dtSplitUp() 1097 DT_PUTPAGE(smp); in dtSplitUp() 1131 lmp = smp; in dtSplitUp() [all …]
|
D | jfs_xtree.c | 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() [all …]
|
/fs/ |
D | namespace.c | 1999 struct mountpoint *smp; in attach_recursive_mnt() local 2007 smp = get_mountpoint(source_mnt->mnt.mnt_root); in attach_recursive_mnt() 2008 if (IS_ERR(smp)) in attach_recursive_mnt() 2009 return PTR_ERR(smp); in attach_recursive_mnt() 2046 mnt_change_mountpoint(child, smp, q); in attach_recursive_mnt() 2049 put_mountpoint(smp); in attach_recursive_mnt() 2066 put_mountpoint(smp); in attach_recursive_mnt()
|