Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dmessage_verify.c125 sizeof(struct hmdfs_inodeinfo_response); in hmdfs_message_verify_init()
127 sizeof(struct hmdfs_inodeinfo_response); in hmdfs_message_verify_init()
138 sizeof(struct hmdfs_inodeinfo_response); in hmdfs_message_verify_init()
140 sizeof(struct hmdfs_inodeinfo_response); in hmdfs_message_verify_init()
415 struct hmdfs_inodeinfo_response *resp = msg; in verify_mkdir_resp()
454 struct hmdfs_inodeinfo_response *resp = msg; in verify_create_resp()
Dprotocol.h282 struct hmdfs_inodeinfo_response { struct
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_server.c1147 struct hmdfs_inodeinfo_response *mkdir_resp = NULL; in hmdfs_server_mkdir()
1148 int respsize = sizeof(struct hmdfs_inodeinfo_response); in hmdfs_server_mkdir()
1197 struct hmdfs_inodeinfo_response *create_resp = NULL; in hmdfs_server_create()
1198 int respsize = sizeof(struct hmdfs_inodeinfo_response); in hmdfs_server_create()
Dhmdfs_client.c463 struct hmdfs_inodeinfo_response *resp = NULL; in hmdfs_client_start_mkdir()
510 struct hmdfs_inodeinfo_response *resp = NULL; in hmdfs_client_start_create()