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);
466 "m_rqmode=%s m_bastmode=%s m_asts=%d m_result=%d "
480 show_lock_mode(__entry->m_bastmode),
518 __field(int32_t, m_bastmode)
548 __entry->m_bastmode = le32_to_cpu(ms->m_bastmode);
560 "m_rqmode=%s m_bastmode=%s m_asts=%d m_result=%d "
574 show_lock_mode(__entry->m_bastmode),
[all...]
/linux/fs/dlm/
H A Ddlm_internal.h452 __le32 m_bastmode; member
H A Dlock.c3582 /* m_result and m_bastmode are set from function args, in send_args()
3706 ms->m_bastmode = cpu_to_le32(mode); in send_bast()
4261 queue_bast(r, lkb, le32_to_cpu(ms->m_bastmode)); in receive_bast()
4262 lkb->lkb_highbast = le32_to_cpu(ms->m_bastmode); in receive_bast()