Searched refs:m_hash (Results 1 – 9 of 9) sorted by relevance
/openbmc/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()
|
/openbmc/linux/include/trace/events/ |
H A D | dlm.h | 425 __field(uint32_t, m_hash) 456 __entry->m_hash = le32_to_cpu(ms->m_hash); 485 __entry->m_hash, __entry->m_status, 522 __field(uint32_t, m_hash) 552 __entry->m_hash = le32_to_cpu(ms->m_hash); 579 __entry->m_hash, __entry->m_status,
|
/openbmc/linux/fs/ |
H A D | mount.h | 33 struct hlist_node m_hash; member
|
H A D | namespace.c | 112 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() function 690 struct hlist_head *head = m_hash(mnt, dentry); in __lookup_mnt() 787 hlist_for_each_entry(mp, chain, m_hash) { in lookup_mountpoint() 835 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint() 859 hlist_del(&mp->m_hash); in __put_mountpoint() 966 m_hash(&parent->mnt, mnt->mnt_mountpoint)); in __attach_mnt()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs_cache.h | 57 struct hlist_node m_hash; member
|
H A D | vfs_cache.c | 75 hlist_for_each_entry(ci, head, m_hash) { in __ksmbd_inode_lookup() 149 hlist_add_head(&ci->m_hash, b); in ksmbd_inode_hash() 155 hlist_del_init(&ci->m_hash); in ksmbd_inode_unhash()
|
/openbmc/linux/fs/dlm/ |
H A D | dlm_internal.h | 426 __le32 m_hash; member
|
H A D | lock.c | 3412 ms->m_hash = cpu_to_le32(r->res_hash); in send_args() 3593 ms->m_hash = cpu_to_le32(r->res_hash); in send_remove() 4150 dir_nodeid = dlm_hash2nodeid(ls, le32_to_cpu(ms->m_hash)); in receive_remove() 4731 dlm_dump_rsb_hash(ls, le32_to_cpu(ms->m_hash)); in _receive_message()
|