Home
last modified time | relevance | path

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

/linux-3.4.99/fs/dlm/
Dutil.c101 ms->m_hash = cpu_to_le32(ms->m_hash); in dlm_message_out()
125 ms->m_hash = le32_to_cpu(ms->m_hash); in dlm_message_in()
Drequestqueue.c152 if (dlm_hash2nodeid(ls, ms->m_hash) != dlm_our_nodeid()) in purge_request()
164 if (dlm_hash2nodeid(ls, ms->m_hash) != nodeid) in purge_request()
Ddlm_internal.h387 uint32_t m_hash; member
Dlock.c2973 ms->m_hash = r->res_hash; in send_args()
3151 ms->m_hash = r->res_hash; in send_remove()
3613 dir_nodeid = dlm_hash2nodeid(ls, ms->m_hash); in receive_lookup()
3641 dir_nodeid = dlm_hash2nodeid(ls, ms->m_hash); in receive_remove()