Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Ddlm.h429 __field(int32_t, m_bastmode)
460 __entry->m_bastmode = le32_to_cpu(ms->m_bastmode);
488 show_lock_mode(__entry->m_bastmode),
526 __field(int32_t, m_bastmode)
556 __entry->m_bastmode = le32_to_cpu(ms->m_bastmode);
582 show_lock_mode(__entry->m_bastmode),
/openbmc/linux/fs/dlm/
H A Ddlm_internal.h430 __le32 m_bastmode; member
H A Dlock.c3543 ms->m_bastmode = cpu_to_le32(mode); in send_bast()
4104 queue_bast(r, lkb, le32_to_cpu(ms->m_bastmode)); in receive_bast()
4105 lkb->lkb_highbast = le32_to_cpu(ms->m_bastmode); in receive_bast()