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

/linux-master/include/trace/events/
H A Ddlm.h430 __field(int32_t, m_asts)
461 __entry->m_asts = le32_to_cpu(ms->m_asts);
474 "m_rqmode=%s m_bastmode=%s m_asts=%d m_result=%d "
489 __entry->m_asts, __entry->m_result,
527 __field(int32_t, m_asts)
557 __entry->m_asts = le32_to_cpu(ms->m_asts);
568 "m_rqmode=%s m_bastmode=%s m_asts=%d m_result=%d "
583 __entry->m_asts, __entr
[all...]
/linux-master/fs/dlm/
H A Ddlm_internal.h430 __le32 m_asts; member in struct:dlm_message
H A Dlock.c3423 ms->m_asts |= cpu_to_le32(DLM_CB_BAST);
3425 ms->m_asts |= cpu_to_le32(DLM_CB_CAST);
3735 lkb->lkb_bastfn = (ms->m_asts & cpu_to_le32(DLM_CB_BAST)) ? &fake_bastfn : NULL;
3736 lkb->lkb_astfn = (ms->m_asts & cpu_to_le32(DLM_CB_CAST)) ? &fake_astfn : NULL;

Completed in 359 milliseconds