ntimeout          778 fs/autofs/root.c 	unsigned long ntimeout;
ntimeout          781 fs/autofs/root.c 	rv = get_user(ntimeout, p);
ntimeout          789 fs/autofs/root.c 	if (ntimeout > UINT_MAX/HZ)
ntimeout          792 fs/autofs/root.c 		sbi->exp_timeout = ntimeout * HZ;
ntimeout          803 fs/autofs/root.c 	unsigned long ntimeout;
ntimeout          806 fs/autofs/root.c 	rv = get_user(ntimeout, p);
ntimeout          814 fs/autofs/root.c 	if (ntimeout > ULONG_MAX/HZ)
ntimeout          817 fs/autofs/root.c 		sbi->exp_timeout = ntimeout * HZ;