Searched refs:syncfs_timeout (Results 1 – 3 of 3) sorted by relevance
109 int hmdfs_send_syncfs(struct hmdfs_peer *con, int syncfs_timeout);
417 int syncfs_timeout = get_cmd_timeout(sbi, F_SYNCFS); in hmdfs_sync_fs() local504 err = hmdfs_send_syncfs(con, syncfs_timeout); in hmdfs_sync_fs()
796 int hmdfs_send_syncfs(struct hmdfs_peer *con, int syncfs_timeout) in hmdfs_send_syncfs() argument810 req.timeout = syncfs_timeout; in hmdfs_send_syncfs()