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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Droot.c482 unsigned long ntimeout; local
484 if (get_user(ntimeout, p) ||
488 if (ntimeout > ULONG_MAX/HZ)
491 sbi->exp_timeout = ntimeout * HZ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Droot.c872 unsigned long ntimeout; local
874 if ((rv = get_user(ntimeout, p)) ||
878 if (ntimeout > ULONG_MAX/HZ)
881 sbi->exp_timeout = ntimeout * HZ;

Completed in 56 milliseconds