Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Ddlm.h353 __field(uint32_t, h_lockspace)
370 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
388 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
417 __field(uint32_t, h_lockspace)
448 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
484 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
514 __field(uint32_t, h_lockspace)
544 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
578 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
/linux-6.3-rc2/fs/dlm/
A Drcom.c38 rc->rc_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_rcom()
506 rc->rc_header.u.h_lockspace = rc_in->rc_header.u.h_lockspace; in dlm_send_ls_not_ready()
A Ddlm_internal.h400 __le32 h_lockspace; member
A Dlock.c3523 ms->m_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_message()
4974 le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()
4978 ls = dlm_find_lockspace_global(le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()
4983 le32_to_cpu(hd->u.h_lockspace), nodeid, in dlm_receive_buffer()
5002 hd->h_cmd, nodeid, le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()

Completed in 20 milliseconds