Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/events/
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),
/Linux-v6.6/fs/dlm/
Ddlm_internal.h429 __le32 m_bastmode; member
Dlock.c3545 ms->m_bastmode = cpu_to_le32(mode); in send_bast()
4106 queue_bast(r, lkb, le32_to_cpu(ms->m_bastmode)); in receive_bast()
4107 lkb->lkb_highbast = le32_to_cpu(ms->m_bastmode); in receive_bast()