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

/linux-master/include/trace/events/
H A Ddlm.h346 __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...]
/linux-master/fs/dlm/
H A Drcom.c39 rc->rc_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id);
520 rc->rc_header.u.h_lockspace = rc_in->rc_header.u.h_lockspace;
H A Ddlm_internal.h387 __le32 h_lockspace; member in union:dlm_header::__anon88
H A Dlock.c3353 ms->m_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id);
4812 le32_to_cpu(hd->u.h_lockspace));
4816 ls = dlm_find_lockspace_global(le32_to_cpu(hd->u.h_lockspace));
4821 le32_to_cpu(hd->u.h_lockspace), nodeid,
4840 hd->h_cmd, nodeid, le32_to_cpu(hd->u.h_lockspace));

Completed in 185 milliseconds