Home
last modified time | relevance | path

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

/linux/fs/autofs/
A Droot.c770 unsigned long ntimeout; in autofs_compat_get_set_timeout() local
773 rv = get_user(ntimeout, p); in autofs_compat_get_set_timeout()
781 if (ntimeout > UINT_MAX/HZ) in autofs_compat_get_set_timeout()
784 sbi->exp_timeout = ntimeout * HZ; in autofs_compat_get_set_timeout()
795 unsigned long ntimeout; in autofs_get_set_timeout() local
798 rv = get_user(ntimeout, p); in autofs_get_set_timeout()
806 if (ntimeout > ULONG_MAX/HZ) in autofs_get_set_timeout()
809 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()

Completed in 7 milliseconds