Home
last modified time | relevance | path

Searched refs:hmdfs_msg_idr_head (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dprotocol.h60 struct hmdfs_msg_idr_head { struct
68 struct hmdfs_msg_idr_head head; argument
117 struct hmdfs_msg_idr_head head;
Dconnection.h85 struct hmdfs_msg_idr_head head;
336 struct hmdfs_msg_idr_head *hmdfs_find_msg_head(struct hmdfs_peer *peer, int id);
Dconnection.c1258 struct hmdfs_msg_idr_head *head; in head_release()
1261 head = (struct hmdfs_msg_idr_head *)container_of(kref, in head_release()
1262 struct hmdfs_msg_idr_head, ref); in head_release()
1270 void head_put(struct hmdfs_msg_idr_head *head) in head_put()
1275 struct hmdfs_msg_idr_head *hmdfs_find_msg_head(struct hmdfs_peer *peer, int id) in hmdfs_find_msg_head()
1277 struct hmdfs_msg_idr_head *head = NULL; in hmdfs_find_msg_head()
1292 struct hmdfs_msg_idr_head *head = ptr; in hmdfs_alloc_msg_idr()
Dsocket_adapter.h179 void head_put(struct hmdfs_msg_idr_head *head);
Dsocket_adapter.c76 struct hmdfs_msg_idr_head, ref); in msg_release()
242 struct hmdfs_msg_idr_head, ref); in mp_release()
609 struct hmdfs_msg_idr_head, ref); in asw_release()
968 struct hmdfs_msg_idr_head *msg_head = NULL; in hmdfs_response_handle_sync()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.c1025 struct hmdfs_msg_idr_head *head = NULL; in hmdfs_get_msg_next()
1042 struct hmdfs_msg_idr_head *head = NULL; in hmdfs_client_offline_notify()