Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Djeq_infer_not_null_fail.c18 } m_hash SEC(".maps");
24 struct bpf_map *map = (struct bpf_map *)&m_hash; in jeq_infer_not_null_ptr_to_btfid()
Dmap_ptr_kern.c104 } 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.12.1/include/trace/events/
Ddlm.h417 __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-6.12.1/fs/
Dmount.h29 struct hlist_node m_hash; member
Dnamespace.c222 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() function
803 struct hlist_head *head = m_hash(mnt, dentry); in __lookup_mnt()
881 hlist_for_each_entry(mp, chain, m_hash) { in lookup_mountpoint()
929 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint()
953 hlist_del(&mp->m_hash); in __put_mountpoint()
1060 m_hash(&parent->mnt, mnt->mnt_mountpoint)); in __attach_mnt()
/linux-6.12.1/fs/smb/server/
Dvfs_cache.h57 struct hlist_node m_hash; member
Dvfs_cache.c82 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-6.12.1/fs/dlm/
Ddlm_internal.h448 __le32 m_hash; member
Dlock.c3575 ms->m_hash = cpu_to_le32(r->res_hash); in send_args()
3752 ms->m_hash = cpu_to_le32(r->res_hash); in send_remove()
4307 dir_nodeid = dlm_hash2nodeid(ls, le32_to_cpu(ms->m_hash)); in receive_remove()
4893 dlm_dump_rsb_hash(ls, le32_to_cpu(ms->m_hash)); in _receive_message()