Home
last modified time | relevance | path

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

/linux-6.6.21/include/trace/events/
Ddlm.h346 __field(uint32_t, h_lockspace)
363 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
381 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
410 __field(uint32_t, h_lockspace)
441 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
477 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
507 __field(uint32_t, h_lockspace)
537 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
571 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
/linux-6.6.21/fs/dlm/
Drcom.c39 rc->rc_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_rcom()
520 rc->rc_header.u.h_lockspace = rc_in->rc_header.u.h_lockspace; in dlm_send_ls_not_ready()
Ddlm_internal.h387 __le32 h_lockspace; member
Dlock.c3350 ms->m_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_message()
4809 le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()
4813 ls = dlm_find_lockspace_global(le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()
4818 le32_to_cpu(hd->u.h_lockspace), nodeid, in dlm_receive_buffer()
4837 hd->h_cmd, nodeid, le32_to_cpu(hd->u.h_lockspace)); in dlm_receive_buffer()