Lines Matching defs:timeout
12 unsigned long timeout, unsigned int how)
22 if (!timeout || time_after(ino->last_used + timeout, jiffies))
152 unsigned long timeout,
172 if (!autofs_can_expire(top, timeout, how))
184 unsigned long timeout,
235 if (!autofs_can_expire(top, timeout, how))
243 unsigned long timeout,
266 if (autofs_can_expire(p, timeout, how))
281 unsigned long timeout;
286 timeout = sbi->exp_timeout;
288 if (!autofs_direct_busy(mnt, root, timeout, how)) {
299 if (!autofs_direct_busy(mnt, root, timeout, how)) {
323 unsigned long timeout,
353 if (autofs_can_expire(dentry, timeout, how))
367 * just check last used for expire timeout.
369 if (autofs_can_expire(dentry, timeout, how))
387 if (!autofs_tree_busy(mnt, dentry, timeout, how))
404 expired = autofs_check_leaves(mnt, dentry, timeout, how);
425 unsigned long timeout;
435 timeout = sbi->exp_timeout;
447 expired = should_expire(dentry, mnt, timeout, how);
461 found = should_expire(expired, mnt, timeout, how);