Searched refs:h_lockspace (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 346 __field(uint32_t, h_lockspace) 363 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace); 376 TP_printk("dst=%u h_seq=%u h_version=%s h_lockspace=%u h_nodeid=%u " 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); 469 TP_printk("dst=%u h_seq=%u h_version=%s h_lockspace=%u h_nodeid=%u " 477 __entry->h_lockspace, __entr [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | util.c | 26 hd->h_lockspace = cpu_to_le32(hd->h_lockspace); in header_out() 34 hd->h_lockspace = le32_to_cpu(hd->h_lockspace); in header_in()
|
H A D | rcom.c | 49 rc->rc_header.h_lockspace = ls->ls_global_id; in create_rcom() 470 rc->rc_header.h_lockspace = rc_in->rc_header.h_lockspace; in dlm_send_ls_not_ready()
|
H A D | dlm_internal.h | 380 uint32_t h_lockspace; member
|
H A D | lock.c | 3552 ms->m_header.h_lockspace = ls->ls_global_id; in _create_message() 5056 hd->h_nodeid, nodeid, hd->h_lockspace); in dlm_receive_buffer() 5060 ls = dlm_find_lockspace_global(hd->h_lockspace); in dlm_receive_buffer() 5065 hd->h_lockspace, nodeid, hd->h_cmd, type); in dlm_receive_buffer()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | rcom.c | 39 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()
|
H A D | dlm_internal.h | 387 __le32 h_lockspace; member
|
H A D | lock.c | 3350 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()
|
Completed in 20 milliseconds