Searched refs:get_cmd_timeout (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | socket_adapter.h | 160 static inline int get_cmd_timeout(struct hmdfs_sb_info *sbi, enum FILE_CMD cmd) in get_cmd_timeout() function
|
D | socket_adapter.c | 324 timeout = get_cmd_timeout(peer->sbi, req->operations.command); in hmdfs_send_async_request() 408 get_cmd_timeout(con->sbi, sm->operations.command); in hmdfs_sendmessage_request() 647 timeout = get_cmd_timeout(con->sbi, sm->operations.command); in hmdfs_sendpage_request()
|
D | device_node.c | 1348 return snprintf(buf, PAGE_SIZE, "%u\n", get_cmd_timeout(sbi, cmd)); in cmd_timeout_show()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | main.c | 414 int syncfs_timeout = get_cmd_timeout(sbi, F_SYNCFS); in hmdfs_sync_fs() 555 get_cmd_timeout(sbi, F_SYNCFS), err); in hmdfs_sync_fs()
|
D | file_remote.c | 608 get_cmd_timeout(conn->sbi, F_FSYNC), err); in hmdfs_file_fsync_remote()
|