Home
last modified time | relevance | path

Searched refs:syncfs_timeout (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.h109 int hmdfs_send_syncfs(struct hmdfs_peer *con, int syncfs_timeout);
Dmain.c417 int syncfs_timeout = get_cmd_timeout(sbi, F_SYNCFS); in hmdfs_sync_fs() local
504 err = hmdfs_send_syncfs(con, syncfs_timeout); in hmdfs_sync_fs()
Dhmdfs_client.c796 int hmdfs_send_syncfs(struct hmdfs_peer *con, int syncfs_timeout) in hmdfs_send_syncfs() argument
810 req.timeout = syncfs_timeout; in hmdfs_send_syncfs()