Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Ddlm.h421 __field(int32_t, m_bastmode)
452 __entry->m_bastmode = le32_to_cpu(ms->m_bastmode);
480 show_lock_mode(__entry->m_bastmode),
518 __field(int32_t, m_bastmode)
548 __entry->m_bastmode = le32_to_cpu(ms->m_bastmode);
574 show_lock_mode(__entry->m_bastmode),
/linux/fs/dlm/
H A Ddlm_internal.h452 __le32 m_bastmode; member
H A Dlock.c3704 ms->m_bastmode = cpu_to_le32(mode); in send_bast()
4259 queue_bast(r, lkb, le32_to_cpu(ms->m_bastmode)); in receive_bast()
4260 lkb->lkb_highbast = le32_to_cpu(ms->m_bastmode); in receive_bast()