Home
last modified time | relevance | path

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

/linux-4.4.14/fs/autofs4/
Droot.c774 unsigned long ntimeout; in autofs4_compat_get_set_timeout() local
776 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() local
795 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()