Home
last modified time | relevance | path

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

/fs/autofs/
Droot.c762 unsigned long ntimeout; in autofs_compat_get_set_timeout() local
765 rv = get_user(ntimeout, p); in autofs_compat_get_set_timeout()
773 if (ntimeout > UINT_MAX/HZ) in autofs_compat_get_set_timeout()
776 sbi->exp_timeout = ntimeout * HZ; in autofs_compat_get_set_timeout()
787 unsigned long ntimeout; in autofs_get_set_timeout() local
790 rv = get_user(ntimeout, p); in autofs_get_set_timeout()
798 if (ntimeout > ULONG_MAX/HZ) in autofs_get_set_timeout()
801 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()