Searched refs:lmp (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dtree.c | 935 struct metapage *lmp; in dtSplitUp() local 1110 lmp = smp; in dtSplitUp() 1119 DT_PUTPAGE(lmp); in dtSplitUp() 1170 DT_PUTPAGE(lmp); in dtSplitUp() 1201 DT_PUTPAGE(lmp); in dtSplitUp() 2419 struct metapage *mp, *pmp, *lmp, *rmp; in dtRelocate() local 2477 lmp = NULL; in dtRelocate() 2480 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate() 2495 if (lmp) { in dtRelocate() 2496 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate() [all …]
|
D | jfs_xtree.c | 2792 struct metapage *mp, *pmp, *lmp, *rmp; /* meta-page buffer */ in xtRelocate() local 2964 lmp = NULL; in xtRelocate() 2967 XT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in xtRelocate() 2982 if (lmp) { in xtRelocate() 2983 BT_MARK_DIRTY(lmp, ip); in xtRelocate() 2985 txLock(tid, ip, lmp, tlckXTREE | tlckRELINK); in xtRelocate() 2987 XT_PUTPAGE(lmp); in xtRelocate()
|
/linux-2.4.37.9/drivers/scsi/ |
D | sym53c8xx.c | 1603 lcb_p *lmp; /* Other lcb's [1..MAX_LUN] */ member 1818 (!lun) ? (tp)->l0p : (tp)->lmp ? (tp)->lmp[(lun)] : 0 5998 if (tp->lmp) 5999 m_free(tp->lmp, MAX_LUN * sizeof(lcb_p), "LMP"); 10071 if (!tp->lmp) 10074 if (tp->lmp[k] && tp->lmp[k]->to_clear) { 10217 else if (tp->lmp) { 10219 if (tp->lmp[k] && tp->lmp[k]->to_clear) { 11875 if (ln && !tp->lmp) { 11876 tp->lmp = m_calloc(MAX_LUN * sizeof(lcb_p), "LMP"); [all …]
|