Searched refs:ntimeout (Results 1 – 1 of 1) sorted by relevance
774 unsigned long ntimeout; in autofs4_compat_get_set_timeout() local776 if ((rv = get_user(ntimeout, p)) || in autofs4_compat_get_set_timeout()780 if (ntimeout > UINT_MAX/HZ) in autofs4_compat_get_set_timeout()783 sbi->exp_timeout = ntimeout * HZ; in autofs4_compat_get_set_timeout()793 unsigned long ntimeout; in autofs4_get_set_timeout() local795 if ((rv = get_user(ntimeout, p)) || in autofs4_get_set_timeout()799 if (ntimeout > ULONG_MAX/HZ) in autofs4_get_set_timeout()802 sbi->exp_timeout = ntimeout * HZ; in autofs4_get_set_timeout()