Home
last modified time | relevance | path

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

/Linux-v4.19/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.h419 uint32_t m_hash; member
Dlock.c3613 ms->m_hash = r->res_hash; in send_args()
3791 ms->m_hash = r->res_hash; in send_remove()
4063 ms->m_hash = hash; in send_repeat_remove()
4402 dir_nodeid = dlm_hash2nodeid(ls, ms->m_hash); in receive_remove()
4967 dlm_dump_rsb_hash(ls, ms->m_hash); in _receive_message()
/Linux-v4.19/fs/
Dmount.h28 struct hlist_node m_hash; member
Dnamespace.c84 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() function
615 struct hlist_head *head = m_hash(mnt, dentry); in __lookup_mnt()
696 hlist_for_each_entry(mp, chain, m_hash) { in lookup_mountpoint()
744 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint()
763 hlist_del(&mp->m_hash); in put_mountpoint()
847 m_hash(&parent->mnt, mnt->mnt_mountpoint)); in __attach_mnt()