Home
last modified time | relevance | path

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

/Linux-v5.4/fs/autofs/
Droot.c778 unsigned long ntimeout; in autofs_compat_get_set_timeout() local
781 rv = get_user(ntimeout, p); in autofs_compat_get_set_timeout()
789 if (ntimeout > UINT_MAX/HZ) in autofs_compat_get_set_timeout()
792 sbi->exp_timeout = ntimeout * HZ; in autofs_compat_get_set_timeout()
803 unsigned long ntimeout; in autofs_get_set_timeout() local
806 rv = get_user(ntimeout, p); in autofs_get_set_timeout()
814 if (ntimeout > ULONG_MAX/HZ) in autofs_get_set_timeout()
817 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()