Home
last modified time | relevance | path

Searched refs:h_lockspace (Results 1 – 4 of 4) sorted by relevance

/linux/include/trace/events/
H A Ddlm.h338 __field(uint32_t, h_lockspace)
355 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
373 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
402 __field(uint32_t, h_lockspace)
433 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
469 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
499 __field(uint32_t, h_lockspace)
529 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
563 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
/linux/fs/dlm/
H A Drcom.c39 rc->rc_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_rcom()
519 rc->rc_header.u.h_lockspace = rc_in->rc_header.u.h_lockspace; in dlm_send_ls_not_ready()
H A Ddlm_internal.h410 __le32 h_lockspace; member
H A Dlock.c3515 ms->m_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_message()
4978 le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()
4982 ls = dlm_find_lockspace_global(le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()
4987 le32_to_cpu(hd->u.h_lockspace), nodeid, in dlm_receive_buffer()
5006 hd->h_cmd, nodeid, le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()