Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.h114 if (cmd >= F_SIZE) in hmdfs_statistic()
126 if (cmd >= F_SIZE) in hmdfs_server_snd_statis()
135 if (cmd >= F_SIZE) in hmdfs_client_snd_statis()
Dmessage_verify.c18 size_t message_length[C_FLAG_SIZE][F_SIZE][HMDFS_MESSAGE_MIN_MAX];
19 bool need_response[F_SIZE];
25 for (cmd = 0; cmd < F_SIZE; cmd++) in hmdfs_message_verify_init()
32 for (cmd = 0; cmd < F_SIZE; cmd++) { in hmdfs_message_verify_init()
865 static const hmdfs_message_verify_func message_verify[F_SIZE] = {
903 if (head->operations.command >= F_SIZE) in handle_bad_message()
931 if (cmd >= F_SIZE || cmd < F_OPEN || cmd == F_RESERVED_0 || in hmdfs_message_verify()
Ddevice_node.c413 for (i = 0; i < F_SIZE; i++) { in server_statistic_show()
426 if (i < F_SIZE) { in server_statistic_show()
443 for (i = 0; i < F_SIZE; i++) { in client_statistic_show()
459 if (i < F_SIZE) { in client_statistic_show()
1345 if (cmd < 0 || cmd >= F_SIZE) in cmd_timeout_show()
1359 if (cmd < 0 || cmd >= F_SIZE) in cmd_timeout_store()
Dsocket_adapter.c32 static const request_callback s_recv_callbacks[F_SIZE] = {
65 static const struct async_req_callbacks g_async_req_callbacks[F_SIZE] = {
820 if (head->operations.command >= F_SIZE || in hmdfs_request_recv()
1029 if (command >= F_SIZE) { in hmdfs_response_recv()
Dprotocol.h190 F_SIZE, enumerator
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs.h151 unsigned int s_cmd_timeout[F_SIZE];
Dmain.c696 kzalloc(sizeof(*sbi->s_server_statis) * F_SIZE, GFP_KERNEL); in hmdfs_init_sbi()
698 kzalloc(sizeof(*sbi->s_client_statis) * F_SIZE, GFP_KERNEL); in hmdfs_init_sbi()