Home
last modified time | relevance | path

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

/fs/autofs4/
Droot.c776 unsigned long ntimeout; in autofs4_compat_get_set_timeout() local
779 rv = get_user(ntimeout, p); in autofs4_compat_get_set_timeout()
787 if (ntimeout > UINT_MAX/HZ) in autofs4_compat_get_set_timeout()
790 sbi->exp_timeout = ntimeout * HZ; in autofs4_compat_get_set_timeout()
801 unsigned long ntimeout; in autofs4_get_set_timeout() local
804 rv = get_user(ntimeout, p); in autofs4_get_set_timeout()
812 if (ntimeout > ULONG_MAX/HZ) in autofs4_get_set_timeout()
815 sbi->exp_timeout = ntimeout * HZ; in autofs4_get_set_timeout()