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()
468 struct hmdfs_inodeinfo_response *resp = msg; in verify_mkdir_resp()
507 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.c1071 struct hmdfs_inodeinfo_response *mkdir_resp = NULL; in hmdfs_server_mkdir()
1072 int respsize = sizeof(struct hmdfs_inodeinfo_response); in hmdfs_server_mkdir()
1113 struct hmdfs_inodeinfo_response *create_resp = NULL; in hmdfs_server_create()
1114 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()