Home
last modified time | relevance | path

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

/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()
Ddlm_internal.h410 uint32_t m_hash; member
Dlock.c3610 ms->m_hash = r->res_hash; in send_args()
3788 ms->m_hash = r->res_hash; in send_remove()
4060 ms->m_hash = hash; in send_repeat_remove()
4399 dir_nodeid = dlm_hash2nodeid(ls, ms->m_hash); in receive_remove()
4964 dlm_dump_rsb_hash(ls, ms->m_hash); in _receive_message()
/fs/
Dmount.h22 struct list_head m_hash; member
Dnamespace.c617 list_for_each_entry(mp, chain, m_hash) { in new_mountpoint()
641 list_add(&mp->m_hash, chain); in new_mountpoint()
652 list_del(&mp->m_hash); in put_mountpoint()