Searched refs:m_hash (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | jeq_infer_not_null_fail.c | 18 } m_hash SEC(".maps"); 24 struct bpf_map *map = (struct bpf_map *)&m_hash; in jeq_infer_not_null_ptr_to_btfid()
|
| H A D | map_ptr_kern.c | 104 } m_hash SEC(".maps"); 110 struct bpf_htab *hash = (struct bpf_htab *)&m_hash; in check_hash() 111 struct bpf_map *map = (struct bpf_map *)&m_hash; in check_hash()
|
| /linux/include/trace/events/ |
| H A D | dlm.h | 417 __field(uint32_t, m_hash) 448 __entry->m_hash = le32_to_cpu(ms->m_hash); 477 __entry->m_hash, __entry->m_status, 514 __field(uint32_t, m_hash) 544 __entry->m_hash = le32_to_cpu(ms->m_hash); 571 __entry->m_hash, __entry->m_status,
|
| /linux/fs/smb/server/ |
| H A D | vfs_cache.h | 58 struct hlist_node m_hash; member
|
| H A D | vfs_cache.c | 82 hlist_for_each_entry(ci, head, m_hash) { in __ksmbd_inode_lookup() 156 hlist_add_head(&ci->m_hash, b); in ksmbd_inode_hash() 162 hlist_del_init(&ci->m_hash); in ksmbd_inode_unhash()
|
| /linux/fs/ |
| H A D | mount.h | 38 struct hlist_node m_hash; member
|
| H A D | namespace.c | 213 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() function 806 struct hlist_head *head = m_hash(mnt, dentry); in __lookup_mnt() 878 hlist_for_each_entry(mp, chain, m_hash) { in lookup_mountpoint() 925 hlist_add_head(&mp->m_hash, mp_hash(dentry)); in get_mountpoint() 945 hlist_del(&mp->m_hash); in maybe_free_mountpoint() 1045 m_hash(&parent->mnt, mnt->mnt_mountpoint)); in make_visible()
|
| /linux/fs/dlm/ |
| H A D | dlm_internal.h | 448 __le32 m_hash; member
|
| H A D | lock.c | 3580 ms->m_hash = cpu_to_le32(r->res_hash); in send_args() 3751 ms->m_hash = cpu_to_le32(r->res_hash); in send_remove() 4306 dir_nodeid = dlm_hash2nodeid(ls, le32_to_cpu(ms->m_hash)); in receive_remove() 4892 dlm_dump_rsb_hash(ls, le32_to_cpu(ms->m_hash)); in _receive_message()
|