Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.h160 static inline int get_cmd_timeout(struct hmdfs_sb_info *sbi, enum FILE_CMD cmd) in get_cmd_timeout() function
Dsocket_adapter.c324 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()
Ddevice_node.c1348 return snprintf(buf, PAGE_SIZE, "%u\n", get_cmd_timeout(sbi, cmd)); in cmd_timeout_show()
/kernel/linux/linux-5.10/fs/hmdfs/
Dmain.c414 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()
Dfile_remote.c608 get_cmd_timeout(conn->sbi, F_FSYNC), err); in hmdfs_file_fsync_remote()