Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/autofs4/
Droot.c456 unsigned long ntimeout; in autofs4_get_set_timeout() local
458 if ( (rv = get_user(ntimeout, p)) || in autofs4_get_set_timeout()
462 if ( ntimeout > ULONG_MAX/HZ ) in autofs4_get_set_timeout()
465 sbi->exp_timeout = ntimeout * HZ; in autofs4_get_set_timeout()
/linux-2.4.37.9/fs/autofs/
Droot.c425 unsigned long ntimeout; in autofs_get_set_timeout() local
427 if (get_user(ntimeout, p) || in autofs_get_set_timeout()
431 if ( ntimeout > ULONG_MAX/HZ ) in autofs_get_set_timeout()
434 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()