Home
last modified time | relevance | path

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

/linux-2.6.39/fs/autofs4/
Droot.c746 unsigned long ntimeout; in autofs4_compat_get_set_timeout() local
748 if ((rv = get_user(ntimeout, p)) || in autofs4_compat_get_set_timeout()
752 if (ntimeout > UINT_MAX/HZ) in autofs4_compat_get_set_timeout()
755 sbi->exp_timeout = ntimeout * HZ; in autofs4_compat_get_set_timeout()
765 unsigned long ntimeout; in autofs4_get_set_timeout() local
767 if ((rv = get_user(ntimeout, p)) || in autofs4_get_set_timeout()
771 if (ntimeout > ULONG_MAX/HZ) in autofs4_get_set_timeout()
774 sbi->exp_timeout = ntimeout * HZ; in autofs4_get_set_timeout()