Home
last modified time | relevance | path

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

/linux-4.19.296/fs/autofs/
Droot.c797 unsigned long ntimeout; in autofs_compat_get_set_timeout() local
800 rv = get_user(ntimeout, p); in autofs_compat_get_set_timeout()
808 if (ntimeout > UINT_MAX/HZ) in autofs_compat_get_set_timeout()
811 sbi->exp_timeout = ntimeout * HZ; in autofs_compat_get_set_timeout()
822 unsigned long ntimeout; in autofs_get_set_timeout() local
825 rv = get_user(ntimeout, p); in autofs_get_set_timeout()
833 if (ntimeout > ULONG_MAX/HZ) in autofs_get_set_timeout()
836 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()