Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.c1007 struct drop_push_request *dp_req = kzalloc(send_len, GFP_KERNEL); in hmdfs_send_drop_push() local
1009 .data = dp_req, in hmdfs_send_drop_push()
1014 if (!dp_req) in hmdfs_send_drop_push()
1017 dp_req->path_len = cpu_to_le32(path_len); in hmdfs_send_drop_push()
1018 strncpy(dp_req->path, path, path_len); in hmdfs_send_drop_push()
1021 kfree(dp_req); in hmdfs_send_drop_push()