Searched refs:m_hash (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | jeq_infer_not_null_fail.c | 14 } m_hash SEC(".maps"); 20 struct bpf_map *map = (struct bpf_map *)&m_hash; in jeq_infer_not_null_ptr_to_btfid()
|
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-6.6.21/include/trace/events/ |
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,
|
/linux-6.6.21/fs/ |
D | mount.h | 33 struct hlist_node m_hash; member
|
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()
|
/linux-6.6.21/fs/smb/server/ |
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()
|
D | vfs_cache.h | 56 struct hlist_node m_hash; member
|
/linux-6.6.21/fs/dlm/ |
D | dlm_internal.h | 425 __le32 m_hash; member
|
D | lock.c | 3414 ms->m_hash = cpu_to_le32(r->res_hash); in send_args() 3595 ms->m_hash = cpu_to_le32(r->res_hash); in send_remove() 4152 dir_nodeid = dlm_hash2nodeid(ls, le32_to_cpu(ms->m_hash)); in receive_remove() 4733 dlm_dump_rsb_hash(ls, le32_to_cpu(ms->m_hash)); in _receive_message()
|