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

/linux-master/include/trace/events/
H A Ddlm.h429 __field(int32_t, m_bastmode)
460 __entry->m_bastmode = le32_to_cpu(ms->m_bastmode);
474 "m_rqmode=%s m_bastmode=%s m_asts=%d m_result=%d "
488 show_lock_mode(__entry->m_bastmode),
526 __field(int32_t, m_bastmode)
556 __entry->m_bastmode = le32_to_cpu(ms->m_bastmode);
568 "m_rqmode=%s m_bastmode=%s m_asts=%d m_result=%d "
582 show_lock_mode(__entry->m_bastmode),
[all...]
/linux-master/fs/dlm/
H A Ddlm_internal.h429 __le32 m_bastmode; member in struct:dlm_message
H A Dlock.c3419 /* m_result and m_bastmode are set from function args,
3548 ms->m_bastmode = cpu_to_le32(mode);
4109 queue_bast(r, lkb, le32_to_cpu(ms->m_bastmode));
4110 lkb->lkb_highbast = le32_to_cpu(ms->m_bastmode);

Completed in 144 milliseconds