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

/linux-4.4.14/fs/autofs4/
H A Droot.c774 unsigned long ntimeout; autofs4_compat_get_set_timeout() local
776 if ((rv = get_user(ntimeout, p)) || autofs4_compat_get_set_timeout()
780 if (ntimeout > UINT_MAX/HZ) autofs4_compat_get_set_timeout()
783 sbi->exp_timeout = ntimeout * HZ; autofs4_compat_get_set_timeout()
793 unsigned long ntimeout; autofs4_get_set_timeout() local
795 if ((rv = get_user(ntimeout, p)) || autofs4_get_set_timeout()
799 if (ntimeout > ULONG_MAX/HZ) autofs4_get_set_timeout()
802 sbi->exp_timeout = ntimeout * HZ; autofs4_get_set_timeout()

Completed in 67 milliseconds