Home
last modified time | relevance | path

Searched refs:hmdfs_msg_parasite (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c234 struct hmdfs_msg_parasite *mp = NULL; in mp_release()
237 mp = (struct hmdfs_msg_parasite *)container_of(kref, in mp_release()
248 void mp_put(struct hmdfs_msg_parasite *mp) in mp_put()
255 struct hmdfs_msg_parasite *mp = in async_request_cb_on_wakeup_fn()
256 container_of(w, struct hmdfs_msg_parasite, d_work.work); in async_request_cb_on_wakeup_fn()
273 static struct hmdfs_msg_parasite *mp_alloc(struct hmdfs_peer *peer, in mp_alloc()
276 struct hmdfs_msg_parasite *mp = kzalloc(sizeof(*mp), GFP_KERNEL); in mp_alloc()
315 struct hmdfs_msg_parasite *mp = NULL; in hmdfs_send_async_request()
948 static void hmdfs_wait_mp_wfired(struct hmdfs_msg_parasite *mp) in hmdfs_wait_mp_wfired()
960 struct hmdfs_msg_parasite *mp = NULL; in hmdfs_response_handle_sync()
[all …]
Dsocket_adapter.h160 void hmdfs_wakeup_parasite(struct hmdfs_msg_parasite *mp);
166 void mp_put(struct hmdfs_msg_parasite *mp);
Dprotocol.h116 struct hmdfs_msg_parasite { struct
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.c1060 (struct hmdfs_msg_parasite *)head); in hmdfs_client_offline_notify()
1062 mp_put((struct hmdfs_msg_parasite *)head); in hmdfs_client_offline_notify()