Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/autofs/
H A Droot.c767 unsigned long ntimeout; in autofs_compat_get_set_timeout() local
770 rv = get_user(ntimeout, p); in autofs_compat_get_set_timeout()
778 if (ntimeout > UINT_MAX/HZ) in autofs_compat_get_set_timeout()
781 sbi->exp_timeout = ntimeout * HZ; in autofs_compat_get_set_timeout()
792 unsigned long ntimeout; in autofs_get_set_timeout() local
795 rv = get_user(ntimeout, p); in autofs_get_set_timeout()
803 if (ntimeout > ULONG_MAX/HZ) in autofs_get_set_timeout()
806 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()