Searched refs:m_hash (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/fs/ |
D | mount.h | 33 struct hlist_node m_hash; member
|
D | namespace.c | 111 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() function 670 struct hlist_head *head = m_hash(mnt, dentry); in __lookup_mnt() 767 hlist_for_each_entry(mp, chain, m_hash) { in lookup_mountpoint() 815 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint() 839 hlist_del(&mp->m_hash); in __put_mountpoint() 919 m_hash(&parent->mnt, mnt->mnt_mountpoint)); in __attach_mnt()
|
/linux-5.19.10/fs/ksmbd/ |
D | vfs_cache.c | 74 hlist_for_each_entry(ci, head, m_hash) { in __ksmbd_inode_lookup() 147 hlist_add_head(&ci->m_hash, b); in ksmbd_inode_hash() 153 hlist_del_init(&ci->m_hash); in ksmbd_inode_unhash()
|
D | vfs_cache.h | 56 struct hlist_node m_hash; member
|
/linux-5.19.10/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 104 } m_hash SEC(".maps"); 108 struct bpf_htab *hash = (struct bpf_htab *)&m_hash; in check_hash() 109 struct bpf_map *map = (struct bpf_map *)&m_hash; in check_hash()
|
/linux-5.19.10/fs/dlm/ |
D | dlm_internal.h | 423 __le32 m_hash; member
|
D | lock.c | 3652 ms->m_hash = cpu_to_le32(r->res_hash); in send_args() 3830 ms->m_hash = cpu_to_le32(r->res_hash); in send_remove() 4113 ms->m_hash = cpu_to_le32(hash); in send_repeat_remove() 4458 dir_nodeid = dlm_hash2nodeid(ls, le32_to_cpu(ms->m_hash)); in receive_remove() 5032 dlm_dump_rsb_hash(ls, le32_to_cpu(ms->m_hash)); in _receive_message()
|